Html Css Color HEX #BF4EE6 Medium Orchid

📋 copy color: '#BF4EE6'

red 191 ◦ green 78 ◦ blue 230

#BF4EE6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #BF4EE6

Tints of Medium Orchid #BF4EE6

RGB

 RED value IS 191 (75% from 255) = 38.28%

 GREEN value IS 78 (30.86% from 255) = 15.63%

 BLUE value IS 230 (90.23% from 255) = 46.09%

R = 38.28%
G = 15.63%
B = 46.09%

CMYK

 C value IS 0.17

 M value IS 0.66

 Y value IS 0

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF4EE6 (or 0xBF4EE6) is known color: Medium Orchid. HEX triplet: BF, 4E and E6. RGB value is (191,78,230). Sum of RGB (Red+Green+Blue) = 191+78+230=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 78 (30.86% from 255 or 15.63% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF4EE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF4EE6 is #40B119. Grayscale: #808080. Windows color (decimal): -4239642 or 15093439. OLE color: 15093439.

HSL color Cylindrical-coordinate representation of color #BF4EE6: hue angle of 284.61º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4EE6 is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 78 230 -
CMYK 0.17 0.66 0 0.10
HSL 284.61º 0.75% 0.6% -
HSV(B) 284.61º 0.66% 0.9% -
XYZ 38.49 22.24 77.13 -
YUV 129.12 184.94 172.14 -
System Red Green Blue C M Y K H S L
Decimal 191 78 230 0.17 0.66 0 0.10 284.61 0.75 0.6
Hex BF 4E E6 11 42 0 A 11D 4B 3C
Octal 277 116 346 21 102 0 12 435 113 74
Binary 10111111 1001110 11100110 10001 1000010 0 1010 100011101 1001011 111100

Color Harmonies of #BF4EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4EE6

Black with #BF4EE6

Text Example


Text Example

White with #BF4EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4EE6; }

 p { color: rgb(191,78,230); }

 H1.HeaderClassName
 {
   color: #BF4EE6;
 }
 .AnyTagClassName
 {
   color: #BF4EE6;
 }
</style>

background-color css

<style>
 a { background-color: #BF4EE6; }

 a { background-color: rgb(191,78,230); }

 div.DivClassName
 {
   background-color: #BF4EE6;
 }
 .BgClassName
 {
   background-color: #BF4EE6;
 }
</style>

border-color css

<style>
 span { border-color: #BF4EE6; }

 span { border-color: rgb(191,78,230); }

 td.TdClassName
 {
   border-color: #BF4EE6;
 }
 .TagClassName
 {
   border-color: #BF4EE6;
 }
</style>