#B154DB

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

Shades of Medium Orchid #B154DB

Tints of Medium Orchid #B154DB

Color information

#B154DB (or 0xB154DB) is unknown color: approx Medium Orchid. HEX triplet: B1, 54 and DB. RGB value is (177,84,219). Sum of RGB (Red+Green+Blue) = 177+84+219=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #B154DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B154DB is #4EAB24. Grayscale: #7E7E7E. Windows color (decimal): -5155621 or 14374065. OLE color: 14374065.

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

Color convert

RGB17784219-
CMYK0.190.6200.14
HSL281.33º65.22%59.41%-
HSV(B)281.33º61.64%85.88%-
XYZ34.0920.869.24-
YUV127.2179.81163.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.88%
GREEN value IS 84 (33.20% from 255) = 17.5%
BLUE value IS 219 (85.94% from 255) = 45.62%
R=36.88%
G=17.5%
B=45.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal177842190.190.6200.14281.3365.2259.41
HexB154DB133E0E119413b
Octal261124333237601643110173
Binary1011000110101001101101110011111110011101000110011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B154DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B154DB; }

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

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

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

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

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

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

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

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