#B93ADB

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

Shades of Medium Orchid #B93ADB

Tints of Medium Orchid #B93ADB

Color information

#B93ADB (or 0xB93ADB) is unknown color: approx Medium Orchid. HEX triplet: B9, 3A and DB. RGB value is (185,58,219). Sum of RGB (Red+Green+Blue) = 185+58+219=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #B93ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93ADB is #46C524. Grayscale: #717171. Windows color (decimal): -4637989 or 14367417. OLE color: 14367417.

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

Color convert

RGB18558219-
CMYK0.160.7400.14
HSL287.33º69.1%54.31%-
HSV(B)287.33º73.52%85.88%-
XYZ34.3118.4568.77-
YUV114.33187.08178.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.04%
GREEN value IS 58 (23.05% from 255) = 12.55%
BLUE value IS 219 (85.94% from 255) = 47.40%
R=40.04%
G=12.55%
B=47.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal185582190.160.7400.14287.3369.154.31
HexB93ADB104A0E11f4536
Octal271723332011201643710566
Binary1011100111101011011011100001001010011101000111111000101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93ADB; }

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

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

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

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

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

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

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

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