Html Css Color HEX #B96CDB Medium Orchid

📋 copy color: '#B96CDB'

red 185 ◦ green 108 ◦ blue 219

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

Shades of Medium Orchid #B96CDB

Tints of Medium Orchid #B96CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.09%

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

R = 36.13%
G = 21.09%
B = 42.77%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B96CDB (or 0xB96CDB) is known color: Medium Orchid. HEX triplet: B9, 6C and DB. RGB value is (185,108,219). Sum of RGB (Red+Green+Blue) = 185+108+219=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 108 (42.58% from 255 or 21.09% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 219 - color contains mainly: blue. Hex color #B96CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CDB is #469324. Grayscale: #8F8F8F. Windows color (decimal): -4625189 or 14380217. OLE color: 14380217.

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

Color convert

RGB 185 108 219 -
CMYK 0.16 0.51 0 0.14
HSL 281.62º 0.61% 0.64% -
HSV(B) 281.62º 0.51% 0.86% -
XYZ 38.16 26.15 70.05 -
YUV 143.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 185 108 219 0.16 0.51 0 0.14 281.62 0.61 0.64
Hex B9 6C DB 10 33 0 E 11A 3D 40
Octal 271 154 333 20 63 0 16 432 75 100
Binary 10111001 1101100 11011011 10000 110011 0 1110 100011010 111101 1000000

Color Harmonies of #B96CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CDB

Black with #B96CDB

Text Example


Text Example

White with #B96CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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