#B45183

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

Shades of Royal Heath #B45183

Tints of Royal Heath #B45183

Color information

#B45183 (or 0xB45183) is unknown color: approx Royal Heath. HEX triplet: B4, 51 and 83. RGB value is (180,81,131). Sum of RGB (Red+Green+Blue) = 180+81+131=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B45183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45183 is #4BAE7C. Grayscale: #747474. Windows color (decimal): -4959869 or 8606132. OLE color: 8606132.

HSL color Cylindrical-coordinate representation of color #B45183: hue angle of 329.7º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45183 is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18081131-
CMYK00.550.270.29
HSL329.7º39.76%51.18%-
HSV(B)329.7º55%70.59%-
XYZ25.8617.2323.43-
YUV116.3136.3173.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 81 (32.03% from 255) = 20.66%
BLUE value IS 131 (51.56% from 255) = 33.42%
R=45.92%
G=20.66%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808113100.550.270.29329.739.7651.18
HexB451830371B1D14a2833
Octal26412120306733355125063
Binary1011010010100011000001101101111101111101101001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45183; }

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

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

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

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

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

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

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

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