Html Css Color HEX #B666EC Medium Orchid

📋 copy color: '#B666EC'

red 182 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #B666EC

Tints of Medium Orchid #B666EC

RGB

 RED value IS 182 (71.48% from 255) = 35%

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

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

R = 35%
G = 19.62%
B = 45.38%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B666EC (or 0xB666EC) is known color: Medium Orchid. HEX triplet: B6, 66 and EC. RGB value is (182,102,236). Sum of RGB (Red+Green+Blue) = 182+102+236=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #B666EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B666EC is #499913. Grayscale: #8C8C8C. Windows color (decimal): -4823316 or 15492790. OLE color: 15492790.

HSL color Cylindrical-coordinate representation of color #B666EC: hue angle of 275.82º 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 #B666EC is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 102 236 -
CMYK 0.23 0.57 0 0.07
HSL 275.82º 0.78% 0.66% -
HSV(B) 275.82º 0.57% 0.93% -
XYZ 39.18 25.5 82.21 -
YUV 141.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 182 102 236 0.23 0.57 0 0.07 275.82 0.78 0.66
Hex B6 66 EC 17 39 0 7 114 4E 42
Octal 266 146 354 27 71 0 7 424 116 102
Binary 10110110 1100110 11101100 10111 111001 0 111 100010100 1001110 1000010

Color Harmonies of #B666EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B666EC

Black with #B666EC

Text Example


Text Example

White with #B666EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B666EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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