#B15DCB

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

Shades of Medium Orchid #B15DCB

Tints of Medium Orchid #B15DCB

Color information

#B15DCB (or 0xB15DCB) is unknown color: approx Medium Orchid. HEX triplet: B1, 5D and CB. RGB value is (177,93,203). Sum of RGB (Red+Green+Blue) = 177+93+203=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 93 (36.72% from 255 or 19.66% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #B15DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B15DCB is #4EA234. Grayscale: #828282. Windows color (decimal): -5153333 or 13327793. OLE color: 13327793.

HSL color Cylindrical-coordinate representation of color #B15DCB: hue angle of 285.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15DCB is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17793203-
CMYK0.130.5400.20
HSL285.82º51.4%58.04%-
HSV(B)285.82º54.19%79.61%-
XYZ32.8321.4958.92-
YUV130.66168.83161.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 37.42%
GREEN value IS 93 (36.72% from 255) = 19.66%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=37.42%
G=19.66%
B=42.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal177932030.130.5400.20285.8251.458.04
HexB15DCBD3601411e333a
Octal26113531315660244366372
Binary101100011011101110010111101110110010100100011110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15DCB; }

 p { color: rgb(177,93,203); }

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

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

 a { background-color: rgb(177,93,203); }

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

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

 span { border-color: rgb(177,93,203); }

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