#B15280

Color #B15280 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B15280

Tints of Royal Heath #B15280

Color information

#B15280 (or 0xB15280) is unknown color: approx Royal Heath. HEX triplet: B1, 52 and 80. RGB value is (177,82,128). Sum of RGB (Red+Green+Blue) = 177+82+128=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B15280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B15280 is #4EAD7F. Grayscale: #737373. Windows color (decimal): -5156224 or 8409777. OLE color: 8409777.

HSL color Cylindrical-coordinate representation of color #B15280: hue angle of 330.95º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B15280 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17782128-
CMYK00.540.280.31
HSL330.95º37.85%50.78%-
HSV(B)330.95º53.67%69.41%-
XYZ25.0516.9422.37-
YUV115.65134.97171.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 82 (32.42% from 255) = 21.19%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=45.74%
G=21.19%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1778212800.540.280.31330.9537.8550.78
HexB152800361C1F14b2633
Octal26112220006634375134663
Binary1011000110100101000000001101101110011111101001011100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15280; }

 p { color: rgb(177,82,128); }

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

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

 a { background-color: rgb(177,82,128); }

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

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

 span { border-color: rgb(177,82,128); }

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