#B75181

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

Shades of Royal Heath #B75181

Tints of Royal Heath #B75181

Color information

#B75181 (or 0xB75181) is unknown color: approx Royal Heath. HEX triplet: B7, 51 and 81. RGB value is (183,81,129). Sum of RGB (Red+Green+Blue) = 183+81+129=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B75181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75181 is #48AE7E. Grayscale: #747474. Windows color (decimal): -4763263 or 8475063. OLE color: 8475063.

HSL color Cylindrical-coordinate representation of color #B75181: hue angle of 331.76º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75181 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18381129-
CMYK00.560.300.28
HSL331.76º41.46%51.76%-
HSV(B)331.76º55.74%71.76%-
XYZ26.4317.5422.76-
YUV116.97134.79175.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.56%
GREEN value IS 81 (32.03% from 255) = 20.61%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=46.56%
G=20.61%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838112900.560.300.28331.7641.4651.76
HexB751810381E1C14c2934
Octal26712120107036345145164
Binary1011011110100011000000101110001111011100101001100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75181; }

 p { color: rgb(183,81,129); }

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

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

 a { background-color: rgb(183,81,129); }

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

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

 span { border-color: rgb(183,81,129); }

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