Html Css Color HEX #BF6EE9 Medium Orchid

📋 copy color: '#BF6EE9'

red 191 ◦ green 110 ◦ blue 233

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

Shades of Medium Orchid #BF6EE9

Tints of Medium Orchid #BF6EE9

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.6%

 BLUE value IS 233 (91.41% from 255) = 43.63%

R = 35.77%
G = 20.6%
B = 43.63%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF6EE9 (or 0xBF6EE9) is known color: Medium Orchid. HEX triplet: BF, 6E and E9. RGB value is (191,110,233). Sum of RGB (Red+Green+Blue) = 191+110+233=534 (70% of max value = 765). Red value is 191 (75% from 255 or 35.77% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 233 (91.41% from 255 or 43.63% from 534); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF6EE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EE9 is #409116. Grayscale: #939393. Windows color (decimal): -4231447 or 15298239. OLE color: 15298239.

HSL color Cylindrical-coordinate representation of color #BF6EE9: hue angle of 279.51º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BF6EE9 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 110 233 -
CMYK 0.18 0.53 0 0.09
HSL 279.51º 0.74% 0.67% -
HSV(B) 279.51º 0.53% 0.91% -
XYZ 41.77 28.11 80.32 -
YUV 148.24 175.84 158.5 -
System Red Green Blue C M Y K H S L
Decimal 191 110 233 0.18 0.53 0 0.09 279.51 0.74 0.67
Hex BF 6E E9 12 35 0 9 118 4A 43
Octal 277 156 351 22 65 0 11 430 112 103
Binary 10111111 1101110 11101001 10010 110101 0 1001 100011000 1001010 1000011

Color Harmonies of #BF6EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EE9

Black with #BF6EE9

Text Example


Text Example

White with #BF6EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EE9; }

 p { color: rgb(191,110,233); }

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

background-color css

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

 a { background-color: rgb(191,110,233); }

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

border-color css

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

 span { border-color: rgb(191,110,233); }

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