Html Css Color HEX #BF66EE Medium Orchid

📋 copy color: '#BF66EE'

red 191 ◦ green 102 ◦ blue 238

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

Shades of Medium Orchid #BF66EE

Tints of Medium Orchid #BF66EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.21%

 BLUE value IS 238 (93.36% from 255) = 44.82%

R = 35.97%
G = 19.21%
B = 44.82%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF66EE (or 0xBF66EE) is known color: Medium Orchid. HEX triplet: BF, 66 and EE. RGB value is (191,102,238). Sum of RGB (Red+Green+Blue) = 191+102+238=531 (70% of max value = 765). Red value is 191 (75% from 255 or 35.97% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66EE is #409911. Grayscale: #8F8F8F. Windows color (decimal): -4233490 or 15623871. OLE color: 15623871.

HSL color Cylindrical-coordinate representation of color #BF66EE: hue angle of 279.26º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF66EE is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 102 238 -
CMYK 0.20 0.57 0 0.07
HSL 279.26º 0.8% 0.67% -
HSV(B) 279.26º 0.57% 0.93% -
XYZ 41.67 26.75 83.86 -
YUV 144.12 180.99 161.44 -
System Red Green Blue C M Y K H S L
Decimal 191 102 238 0.20 0.57 0 0.07 279.26 0.8 0.67
Hex BF 66 EE 14 39 0 7 117 50 43
Octal 277 146 356 24 71 0 7 427 120 103
Binary 10111111 1100110 11101110 10100 111001 0 111 100010111 1010000 1000011

Color Harmonies of #BF66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66EE

Black with #BF66EE

Text Example


Text Example

White with #BF66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66EE; }

 p { color: rgb(191,102,238); }

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

background-color css

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

 a { background-color: rgb(191,102,238); }

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

border-color css

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

 span { border-color: rgb(191,102,238); }

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