Html Css Color HEX #BF66EC Medium Orchid

📋 copy color: '#BF66EC'

red 191 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #BF66EC

Tints of Medium Orchid #BF66EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.61%

R = 36.11%
G = 19.28%
B = 44.61%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF66EC (or 0xBF66EC) is known color: Medium Orchid. HEX triplet: BF, 66 and EC. RGB value is (191,102,236). Sum of RGB (Red+Green+Blue) = 191+102+236=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 102 (40.23% from 255 or 19.28% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66EC is #409913. Grayscale: #8F8F8F. Windows color (decimal): -4233492 or 15492799. OLE color: 15492799.

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

Color convert

RGB 191 102 236 -
CMYK 0.19 0.57 0 0.07
HSL 279.85º 0.78% 0.66% -
HSV(B) 279.85º 0.57% 0.93% -
XYZ 41.38 26.64 82.32 -
YUV 143.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 191 102 236 0.19 0.57 0 0.07 279.85 0.78 0.66
Hex BF 66 EC 13 39 0 7 118 4E 42
Octal 277 146 354 23 71 0 7 430 116 102
Binary 10111111 1100110 11101100 10011 111001 0 111 100011000 1001110 1000010

Color Harmonies of #BF66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66EC

Black with #BF66EC

Text Example


Text Example

White with #BF66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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