#B34170

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

Shades of Royal Heath #B34170

Tints of Royal Heath #B34170

Color information

#B34170 (or 0xB34170) is unknown color: approx Royal Heath. HEX triplet: B3, 41 and 70. RGB value is (179,65,112). Sum of RGB (Red+Green+Blue) = 179+65+112=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 65 (25.78% from 255 or 18.26% from 356); Blue value is 112 (44.14% from 255 or 31.46% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B34170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34170 is #4CBE8F. Grayscale: #686868. Windows color (decimal): -5029520 or 7356851. OLE color: 7356851.

HSL color Cylindrical-coordinate representation of color #B34170: hue angle of 335.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34170 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17965112-
CMYK00.640.370.30
HSL335.26º46.72%47.84%-
HSV(B)335.26º63.69%70.2%-
XYZ23.4114.5316.9-
YUV104.44132.27181.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.28%
GREEN value IS 65 (25.78% from 255) = 18.26%
BLUE value IS 112 (44.14% from 255) = 31.46%
R=50.28%
G=18.26%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796511200.640.370.30335.2646.7247.84
HexB34170040251E14f2f30
Octal263101160010045365175760
Binary10110011100000111100000100000010010111110101001111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34170; }

 p { color: rgb(179,65,112); }

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

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

 a { background-color: rgb(179,65,112); }

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

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

 span { border-color: rgb(179,65,112); }

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