#b151dd

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

Shades of Medium Orchid #B151DD

Tints of Medium Orchid #B151DD

Color information

#B151DD (or 0xB151DD) is unknown color: approx Medium Orchid. HEX triplet: B1, 51 and DD. RGB value is (177,81,221). Sum of RGB (Red+Green+Blue) = 177+81+221=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #B151DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151DD is #4EAE22. Grayscale: #7D7D7D. Windows color (decimal): -5156387 or 14504369. OLE color: 14504369.

HSL color Cylindrical-coordinate representation of color #B151DD: hue angle of 281.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B151DD is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17781221-
CMYK0.200.6300.13
HSL281.14º67.31%59.22%-
HSV(B)281.14º63.35%86.67%-
XYZ34.1320.4570.56-
YUV125.66181.8164.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.95%
GREEN value IS 81 (32.03% from 255) = 16.91%
BLUE value IS 221 (86.72% from 255) = 46.14%
R=36.95%
G=16.91%
B=46.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal177812210.200.6300.13281.1467.3159.22
HexB151DD143F0D119433b
Octal261121335247701543110373
Binary1011000110100011101110110100111111011011000110011000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b151dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b151dd; }

 p { color: rgb(177,81,221); }

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

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

 a { background-color: rgb(177,81,221); }

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

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

 span { border-color: rgb(177,81,221); }

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