#B155DB

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

Shades of Medium Orchid #B155DB

Tints of Medium Orchid #B155DB

Color information

#B155DB (or 0xB155DB) is unknown color: approx Medium Orchid. HEX triplet: B1, 55 and DB. RGB value is (177,85,219). Sum of RGB (Red+Green+Blue) = 177+85+219=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 85 (33.59% from 255 or 17.67% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #B155DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B155DB is #4EAA24. Grayscale: #7F7F7F. Windows color (decimal): -5155365 or 14374321. OLE color: 14374321.

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

Color convert

RGB17785219-
CMYK0.190.6100.14
HSL281.19º65.05%59.61%-
HSV(B)281.19º61.19%85.88%-
XYZ34.1720.9669.26-
YUV127.78179.48163.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 85 (33.59% from 255) = 17.67%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=36.80%
G=17.67%
B=45.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177852190.190.6100.14281.1965.0559.61
HexB155DB133D0E119413c
Octal261125333237501643110174
Binary1011000110101011101101110011111101011101000110011000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B155DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B155DB; }

 p { color: rgb(177,85,219); }

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

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

 a { background-color: rgb(177,85,219); }

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

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

 span { border-color: rgb(177,85,219); }

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