Html Css Color HEX #B96AD5 Medium Orchid

📋 copy color: '#B96AD5'

red 185 ◦ green 106 ◦ blue 213

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

Shades of Medium Orchid #B96AD5

Tints of Medium Orchid #B96AD5

RGB

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

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

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

R = 36.71%
G = 21.03%
B = 42.26%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B96AD5 (or 0xB96AD5) is known color: Medium Orchid. HEX triplet: B9, 6A and D5. RGB value is (185,106,213). Sum of RGB (Red+Green+Blue) = 185+106+213=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 213 (83.59% from 255 or 42.26% from 504); Max value from RGB is 213 - color contains mainly: blue. Hex color #B96AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AD5 is #46952A. Grayscale: #8D8D8D. Windows color (decimal): -4625707 or 13986489. OLE color: 13986489.

HSL color Cylindrical-coordinate representation of color #B96AD5: hue angle of 284.3º 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 #B96AD5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 106 213 -
CMYK 0.13 0.50 0 0.16
HSL 284.3º 0.56% 0.63% -
HSV(B) 284.3º 0.5% 0.84% -
XYZ 37.17 25.43 65.9 -
YUV 141.82 168.17 158.8 -
System Red Green Blue C M Y K H S L
Decimal 185 106 213 0.13 0.50 0 0.16 284.3 0.56 0.63
Hex B9 6A D5 D 32 0 10 11C 38 3F
Octal 271 152 325 15 62 0 20 434 70 77
Binary 10111001 1101010 11010101 1101 110010 0 10000 100011100 111000 111111

Color Harmonies of #B96AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AD5

Black with #B96AD5

Text Example


Text Example

White with #B96AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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