Html Css Color HEX #B96AD1 Medium Orchid

📋 copy color: '#B96AD1'

red 185 ◦ green 106 ◦ blue 209

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

Shades of Medium Orchid #B96AD1

Tints of Medium Orchid #B96AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 41.8%

R = 37%
G = 21.2%
B = 41.8%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B96AD1 (or 0xB96AD1) is known color: Medium Orchid. HEX triplet: B9, 6A and D1. RGB value is (185,106,209). Sum of RGB (Red+Green+Blue) = 185+106+209=500 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #B96AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AD1 is #46952E. Grayscale: #8D8D8D. Windows color (decimal): -4625711 or 13724345. OLE color: 13724345.

HSL color Cylindrical-coordinate representation of color #B96AD1: hue angle of 286.02º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B96AD1 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 106 209 -
CMYK 0.11 0.49 0 0.18
HSL 286.02º 0.53% 0.62% -
HSV(B) 286.02º 0.49% 0.82% -
XYZ 36.67 25.23 63.26 -
YUV 141.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 185 106 209 0.11 0.49 0 0.18 286.02 0.53 0.62
Hex B9 6A D1 B 31 0 12 11E 35 3E
Octal 271 152 321 13 61 0 22 436 65 76
Binary 10111001 1101010 11010001 1011 110001 0 10010 100011110 110101 111110

Color Harmonies of #B96AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96AD1

Black with #B96AD1

Text Example


Text Example

White with #B96AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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