Html Css Color HEX #B96ADB Medium Orchid

📋 copy color: '#B96ADB'

red 185 ◦ green 106 ◦ blue 219

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

Shades of Medium Orchid #B96ADB

Tints of Medium Orchid #B96ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 36.27%
G = 20.78%
B = 42.94%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B96ADB (or 0xB96ADB) is known color: Medium Orchid. HEX triplet: B9, 6A and DB. RGB value is (185,106,219). Sum of RGB (Red+Green+Blue) = 185+106+219=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 106 (41.80% from 255 or 20.78% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #B96ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ADB is #469524. Grayscale: #8E8E8E. Windows color (decimal): -4625701 or 14379705. OLE color: 14379705.

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

Color convert

RGB 185 106 219 -
CMYK 0.16 0.52 0 0.14
HSL 281.95º 0.61% 0.64% -
HSV(B) 281.95º 0.52% 0.86% -
XYZ 37.95 25.74 69.99 -
YUV 142.5 171.17 158.31 -
System Red Green Blue C M Y K H S L
Decimal 185 106 219 0.16 0.52 0 0.14 281.95 0.61 0.64
Hex B9 6A DB 10 34 0 E 11A 3D 40
Octal 271 152 333 20 64 0 16 432 75 100
Binary 10111001 1101010 11011011 10000 110100 0 1110 100011010 111101 1000000

Color Harmonies of #B96ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96ADB

Black with #B96ADB

Text Example


Text Example

White with #B96ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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