#B95DDB

Color #B95DDB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B95DDB

Tints of Medium Orchid #B95DDB

Color information

#B95DDB (or 0xB95DDB) is unknown color: approx Medium Orchid. HEX triplet: B9, 5D and DB. RGB value is (185,93,219). Sum of RGB (Red+Green+Blue) = 185+93+219=497 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.22% from 497); Green value is 93 (36.72% from 255 or 18.71% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #B95DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B95DDB is #46A224. Grayscale: #868686. Windows color (decimal): -4629029 or 14376377. OLE color: 14376377.

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

Color convert

RGB18593219-
CMYK0.160.5800.14
HSL283.81º63.64%61.18%-
HSV(B)283.81º57.53%85.88%-
XYZ36.7123.2669.57-
YUV134.87175.48163.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.22%
GREEN value IS 93 (36.72% from 255) = 18.71%
BLUE value IS 219 (85.94% from 255) = 44.06%
R=37.22%
G=18.71%
B=44.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185932190.160.5800.14283.8163.6461.18
HexB95DDB103A0E11c403d
Octal271135333207201643410075
Binary1011100110111011101101110000111010011101000111001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95DDB; }

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

 H1.HeaderClassName
 {
   color: #B95DDB;
 }
 .AnyTagClassName
 {
   color: #B95DDB;
 }
</style>
background-color css

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

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

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

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

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

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