#B05183

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

Shades of Royal Heath #B05183

Tints of Royal Heath #B05183

Color information

#B05183 (or 0xB05183) is unknown color: approx Royal Heath. HEX triplet: B0, 51 and 83. RGB value is (176,81,131). Sum of RGB (Red+Green+Blue) = 176+81+131=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 131 (51.56% from 255 or 33.76% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05183 is #4FAE7C. Grayscale: #737373. Windows color (decimal): -5222013 or 8606128. OLE color: 8606128.

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

Color convert

RGB17681131-
CMYK00.540.260.31
HSL328.42º37.55%50.39%-
HSV(B)328.42º53.98%69.02%-
XYZ24.9416.7523.39-
YUV115.1136.97171.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 81 (32.03% from 255) = 20.88%
BLUE value IS 131 (51.56% from 255) = 33.76%
R=45.36%
G=20.88%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768113100.540.260.31328.4237.5550.39
HexB051830361A1F1482632
Octal26012120306632375104662
Binary1011000010100011000001101101101101011111101001000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05183; }

 p { color: rgb(176,81,131); }

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

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

 a { background-color: rgb(176,81,131); }

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

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

 span { border-color: rgb(176,81,131); }

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