Html Css Color HEX #B34472 Royal Heath

📋 copy color: '#B34472'

red 179 ◦ green 68 ◦ blue 114

#B34472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B34472

Tints of Royal Heath #B34472

RGB

 RED value IS 179 (70.31% from 255) = 49.58%

 GREEN value IS 68 (26.95% from 255) = 18.84%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 49.58%
G = 18.84%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B34472 (or 0xB34472) is known color: Royal Heath. HEX triplet: B3, 44 and 72. RGB value is (179,68,114). Sum of RGB (Red+Green+Blue) = 179+68+114=361 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.58% from 361); Green value is 68 (26.95% from 255 or 18.84% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 179 - color contains mainly: red. Hex color #B34472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34472 is #4CBB8D. Grayscale: #6A6A6A. Windows color (decimal): -5028750 or 7488691. OLE color: 7488691.

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

Color convert

RGB 179 68 114 -
CMYK 0 0.62 0.36 0.30
HSL 335.14º 0.45% 0.48% -
HSV(B) 335.14º 0.62% 0.7% -
XYZ 23.69 14.93 17.55 -
YUV 106.43 132.27 179.76 -
System Red Green Blue C M Y K H S L
Decimal 179 68 114 0 0.62 0.36 0.30 335.14 0.45 0.48
Hex B3 44 72 0 3E 24 1E 14F 2D 30
Octal 263 104 162 0 76 44 36 517 55 60
Binary 10110011 1000100 1110010 0 111110 100100 11110 101001111 101101 110000

Color Harmonies of #B34472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34472

Black with #B34472

Text Example


Text Example

White with #B34472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34472; }

 p { color: rgb(179,68,114); }

 H1.HeaderClassName
 {
   color: #B34472;
 }
 .AnyTagClassName
 {
   color: #B34472;
 }
</style>

background-color css

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

 a { background-color: rgb(179,68,114); }

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

border-color css

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

 span { border-color: rgb(179,68,114); }

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