Html Css Color HEX #B96ADD Medium Orchid

📋 copy color: '#B96ADD'

red 185 ◦ green 106 ◦ blue 221

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

Shades of Medium Orchid #B96ADD

Tints of Medium Orchid #B96ADD

RGB

 RED value IS 185 (72.66% from 255) = 36.13%

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

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

R = 36.13%
G = 20.7%
B = 43.16%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96ADD (or 0xB96ADD) is known color: Medium Orchid. HEX triplet: B9, 6A and DD. RGB value is (185,106,221). Sum of RGB (Red+Green+Blue) = 185+106+221=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 106 (41.80% from 255 or 20.70% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B96ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ADD is #469522. Grayscale: #8E8E8E. Windows color (decimal): -4625699 or 14510777. OLE color: 14510777.

HSL color Cylindrical-coordinate representation of color #B96ADD: hue angle of 281.22º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B96ADD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 106 221 -
CMYK 0.16 0.52 0 0.13
HSL 281.22º 0.63% 0.64% -
HSV(B) 281.22º 0.52% 0.87% -
XYZ 38.21 25.84 71.38 -
YUV 142.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 185 106 221 0.16 0.52 0 0.13 281.22 0.63 0.64
Hex B9 6A DD 10 34 0 D 119 3F 40
Octal 271 152 335 20 64 0 15 431 77 100
Binary 10111001 1101010 11011101 10000 110100 0 1101 100011001 111111 1000000

Color Harmonies of #B96ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ADD

Black with #B96ADD

Text Example


Text Example

White with #B96ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ADD; }

 p { color: rgb(185,106,221); }

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

background-color css

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

 a { background-color: rgb(185,106,221); }

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

border-color css

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

 span { border-color: rgb(185,106,221); }

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