Html Css Color HEX #B66AD5 Medium Orchid

📋 copy color: '#B66AD5'

red 182 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #B66AD5

Tints of Medium Orchid #B66AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.16%

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

R = 36.33%
G = 21.16%
B = 42.51%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B66AD5 (or 0xB66AD5) is known color: Medium Orchid. HEX triplet: B6, 6A and D5. RGB value is (182,106,213). Sum of RGB (Red+Green+Blue) = 182+106+213=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #B66AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66AD5 is #49952A. Grayscale: #8C8C8C. Windows color (decimal): -4822315 or 13986486. OLE color: 13986486.

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

Color convert

RGB 182 106 213 -
CMYK 0.15 0.50 0 0.16
HSL 282.62º 0.56% 0.63% -
HSV(B) 282.62º 0.5% 0.84% -
XYZ 36.46 25.06 65.87 -
YUV 140.92 168.68 157.3 -
System Red Green Blue C M Y K H S L
Decimal 182 106 213 0.15 0.50 0 0.16 282.62 0.56 0.63
Hex B6 6A D5 F 32 0 10 11B 38 3F
Octal 266 152 325 17 62 0 20 433 70 77
Binary 10110110 1101010 11010101 1111 110010 0 10000 100011011 111000 111111

Color Harmonies of #B66AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66AD5

Black with #B66AD5

Text Example


Text Example

White with #B66AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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