Html Css Color HEX #B66EDD Medium Orchid

📋 copy color: '#B66EDD'

red 182 ◦ green 110 ◦ blue 221

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

Shades of Medium Orchid #B66EDD

Tints of Medium Orchid #B66EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 35.48%
G = 21.44%
B = 43.08%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B66EDD (or 0xB66EDD) is known color: Medium Orchid. HEX triplet: B6, 6E and DD. RGB value is (182,110,221). Sum of RGB (Red+Green+Blue) = 182+110+221=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #B66EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66EDD is #499122. Grayscale: #8F8F8F. Windows color (decimal): -4821283 or 14511798. OLE color: 14511798.

HSL color Cylindrical-coordinate representation of color #B66EDD: hue angle of 278.92º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66EDD is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 110 221 -
CMYK 0.18 0.50 0 0.13
HSL 278.92º 0.62% 0.65% -
HSV(B) 278.92º 0.5% 0.87% -
XYZ 37.92 26.32 71.49 -
YUV 144.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 182 110 221 0.18 0.50 0 0.13 278.92 0.62 0.65
Hex B6 6E DD 12 32 0 D 117 3E 41
Octal 266 156 335 22 62 0 15 427 76 101
Binary 10110110 1101110 11011101 10010 110010 0 1101 100010111 111110 1000001

Color Harmonies of #B66EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66EDD

Black with #B66EDD

Text Example


Text Example

White with #B66EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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