#B05082

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

Shades of Royal Heath #B05082

Tints of Royal Heath #B05082

Color information

#B05082 (or 0xB05082) is unknown color: approx Royal Heath. HEX triplet: B0, 50 and 82. RGB value is (176,80,130). Sum of RGB (Red+Green+Blue) = 176+80+130=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B05082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05082 is #4FAF7D. Grayscale: #727272. Windows color (decimal): -5222270 or 8540336. OLE color: 8540336.

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

Color convert

RGB17680130-
CMYK00.550.260.31
HSL328.75º37.8%50.2%-
HSV(B)328.75º54.55%69.02%-
XYZ24.816.5823.01-
YUV114.4136.8171.93-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 80 (31.64% from 255) = 20.73%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=45.60%
G=20.73%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768013000.550.260.31328.7537.850.2
HexB050820371A1F1492632
Octal26012020206732375114662
Binary1011000010100001000001001101111101011111101001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05082; }

 p { color: rgb(176,80,130); }

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

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

 a { background-color: rgb(176,80,130); }

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

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

 span { border-color: rgb(176,80,130); }

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