#B74171

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

Shades of Royal Heath #B74171

Tints of Royal Heath #B74171

Color information

#B74171 (or 0xB74171) is unknown color: approx Royal Heath. HEX triplet: B7, 41 and 71. RGB value is (183,65,113). Sum of RGB (Red+Green+Blue) = 183+65+113=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 113 (44.53% from 255 or 31.30% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B74171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74171 is #48BE8E. Grayscale: #696969. Windows color (decimal): -4767375 or 7422391. OLE color: 7422391.

HSL color Cylindrical-coordinate representation of color #B74171: hue angle of 335.59º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74171 is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB18365113-
CMYK00.640.380.28
HSL335.59º47.58%48.63%-
HSV(B)335.59º64.48%71.76%-
XYZ24.415.0417.24-
YUV105.75132.09183.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.69%
GREEN value IS 65 (25.78% from 255) = 18.01%
BLUE value IS 113 (44.53% from 255) = 31.30%
R=50.69%
G=18.01%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1836511300.640.380.28335.5947.5848.63
HexB74171040261C1503031
Octal267101161010046345206061
Binary10110111100000111100010100000010011011100101010000110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74171; }

 p { color: rgb(183,65,113); }

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

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

 a { background-color: rgb(183,65,113); }

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

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

 span { border-color: rgb(183,65,113); }

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