#B34F81

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

Shades of Royal Heath #B34F81

Tints of Royal Heath #B34F81

Color information

#B34F81 (or 0xB34F81) is unknown color: approx Royal Heath. HEX triplet: B3, 4F and 81. RGB value is (179,79,129). Sum of RGB (Red+Green+Blue) = 179+79+129=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B34F81 is #4CB07E. Grayscale: #727272. Windows color (decimal): -5025919 or 8474547. OLE color: 8474547.

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

Color convert

RGB17979129-
CMYK00.560.280.30
HSL330º39.68%50.59%-
HSV(B)330º55.87%70.2%-
XYZ25.3516.7622.67-
YUV114.6136.13173.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.25%
GREEN value IS 79 (31.25% from 255) = 20.41%
BLUE value IS 129 (50.78% from 255) = 33.33%
R=46.25%
G=20.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797912900.560.280.3033039.6850.59
HexB34F810381C1E14a2833
Octal26311720107034365125063
Binary1011001110011111000000101110001110011110101001010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34F81; }

 p { color: rgb(179,79,129); }

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

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

 a { background-color: rgb(179,79,129); }

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

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

 span { border-color: rgb(179,79,129); }

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