Html Css Color HEX #B66EE4 Medium Orchid

📋 copy color: '#B66EE4'

red 182 ◦ green 110 ◦ blue 228

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

Shades of Medium Orchid #B66EE4

Tints of Medium Orchid #B66EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.85%

R = 35%
G = 21.15%
B = 43.85%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B66EE4 (or 0xB66EE4) is known color: Medium Orchid. HEX triplet: B6, 6E and E4. RGB value is (182,110,228). Sum of RGB (Red+Green+Blue) = 182+110+228=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 110 (43.36% from 255 or 21.15% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #B66EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EE4 is #49911B. Grayscale: #909090. Windows color (decimal): -4821276 or 14970550. OLE color: 14970550.

HSL color Cylindrical-coordinate representation of color #B66EE4: hue angle of 276.61º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B66EE4 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 110 228 -
CMYK 0.20 0.52 0 0.11
HSL 276.61º 0.69% 0.66% -
HSV(B) 276.61º 0.52% 0.89% -
XYZ 38.87 26.7 76.5 -
YUV 144.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 182 110 228 0.20 0.52 0 0.11 276.61 0.69 0.66
Hex B6 6E E4 14 34 0 B 115 45 42
Octal 266 156 344 24 64 0 13 425 105 102
Binary 10110110 1101110 11100100 10100 110100 0 1011 100010101 1000101 1000010

Color Harmonies of #B66EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EE4

Black with #B66EE4

Text Example


Text Example

White with #B66EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EE4; }

 p { color: rgb(182,110,228); }

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

background-color css

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

 a { background-color: rgb(182,110,228); }

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

border-color css

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

 span { border-color: rgb(182,110,228); }

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