Html Css Color HEX #B66ED5 Medium Orchid

📋 copy color: '#B66ED5'

red 182 ◦ green 110 ◦ blue 213

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

Shades of Medium Orchid #B66ED5

Tints of Medium Orchid #B66ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 36.04%
G = 21.78%
B = 42.18%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B66ED5 (or 0xB66ED5) is known color: Medium Orchid. HEX triplet: B6, 6E and D5. RGB value is (182,110,213). Sum of RGB (Red+Green+Blue) = 182+110+213=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #B66ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ED5 is #49912A. Grayscale: #8E8E8E. Windows color (decimal): -4821291 or 13987510. OLE color: 13987510.

HSL color Cylindrical-coordinate representation of color #B66ED5: hue angle of 281.94º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B66ED5 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 110 213 -
CMYK 0.15 0.48 0 0.16
HSL 281.94º 0.55% 0.63% -
HSV(B) 281.94º 0.48% 0.84% -
XYZ 36.88 25.9 66.01 -
YUV 143.27 167.35 155.62 -
System Red Green Blue C M Y K H S L
Decimal 182 110 213 0.15 0.48 0 0.16 281.94 0.55 0.63
Hex B6 6E D5 F 30 0 10 11A 37 3F
Octal 266 156 325 17 60 0 20 432 67 77
Binary 10110110 1101110 11010101 1111 110000 0 10000 100011010 110111 111111

Color Harmonies of #B66ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66ED5

Black with #B66ED5

Text Example


Text Example

White with #B66ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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