#B93DCB

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

Shades of Medium Orchid #B93DCB

Tints of Medium Orchid #B93DCB

Color information

#B93DCB (or 0xB93DCB) is unknown color: approx Medium Orchid. HEX triplet: B9, 3D and CB. RGB value is (185,61,203). Sum of RGB (Red+Green+Blue) = 185+61+203=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #B93DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DCB is #46C234. Grayscale: #717171. Windows color (decimal): -4637237 or 13319609. OLE color: 13319609.

HSL color Cylindrical-coordinate representation of color #B93DCB: hue angle of 292.39º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93DCB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18561203-
CMYK0.090.7000.20
HSL292.39º57.72%51.76%-
HSV(B)292.39º69.95%79.61%-
XYZ32.4617.9658.26-
YUV114.26178.08178.45-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 61 (24.22% from 255) = 13.59%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=41.20%
G=13.59%
B=45.21%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185612030.090.7000.20292.3957.7251.76
HexB93DCB9460141243a34
Octal27175313111060244447264
Binary101110011111011100101110011000110010100100100100111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DCB; }

 p { color: rgb(185,61,203); }

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

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

 a { background-color: rgb(185,61,203); }

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

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

 span { border-color: rgb(185,61,203); }

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