Html Css Color HEX #B66EDB Medium Orchid

📋 copy color: '#B66EDB'

red 182 ◦ green 110 ◦ blue 219

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

Shades of Medium Orchid #B66EDB

Tints of Medium Orchid #B66EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.86%

R = 35.62%
G = 21.53%
B = 42.86%

CMYK

 C value IS 0.17

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B66EDB (or 0xB66EDB) is known color: Medium Orchid. HEX triplet: B6, 6E and DB. RGB value is (182,110,219). Sum of RGB (Red+Green+Blue) = 182+110+219=511 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.62% from 511); Green value is 110 (43.36% from 255 or 21.53% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #B66EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EDB is #499124. Grayscale: #8F8F8F. Windows color (decimal): -4821285 or 14380726. OLE color: 14380726.

HSL color Cylindrical-coordinate representation of color #B66EDB: hue angle of 279.63º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66EDB is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 110 219 -
CMYK 0.17 0.50 0 0.14
HSL 279.63º 0.6% 0.65% -
HSV(B) 279.63º 0.5% 0.86% -
XYZ 37.65 26.21 70.09 -
YUV 143.95 170.35 155.14 -
System Red Green Blue C M Y K H S L
Decimal 182 110 219 0.17 0.50 0 0.14 279.63 0.6 0.65
Hex B6 6E DB 11 32 0 E 118 3C 41
Octal 266 156 333 21 62 0 16 430 74 101
Binary 10110110 1101110 11011011 10001 110010 0 1110 100011000 111100 1000001

Color Harmonies of #B66EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EDB

Black with #B66EDB

Text Example


Text Example

White with #B66EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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