#b555db

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

Shades of Medium Orchid #B555DB

Tints of Medium Orchid #B555DB

Color information

#B555DB (or 0xB555DB) is unknown color: approx Medium Orchid. HEX triplet: B5, 55 and DB. RGB value is (181,85,219). Sum of RGB (Red+Green+Blue) = 181+85+219=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 85 (33.59% from 255 or 17.53% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #B555DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B555DB is #4AAA24. Grayscale: #808080. Windows color (decimal): -4893221 or 14374325. OLE color: 14374325.

HSL color Cylindrical-coordinate representation of color #B555DB: hue angle of 282.99º 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 #B555DB is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18185219-
CMYK0.170.6100.14
HSL282.99º65.05%59.61%-
HSV(B)282.99º61.19%85.88%-
XYZ35.0921.4469.31-
YUV128.98178.8165.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 85 (33.59% from 255) = 17.53%
BLUE value IS 219 (85.94% from 255) = 45.15%
R=37.32%
G=17.53%
B=45.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181852190.170.6100.14282.9965.0559.61
HexB555DB113D0E11b413c
Octal265125333217501643310174
Binary1011010110101011101101110001111101011101000110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b555db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b555db; }

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

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

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

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

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

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

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

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