Html Css Color HEX #B34471 Royal Heath

📋 copy color: '#B34471'

red 179 ◦ green 68 ◦ blue 113

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

Shades of Royal Heath #B34471

Tints of Royal Heath #B34471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 49.72%
G = 18.89%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B34471 (or 0xB34471) is known color: Royal Heath. HEX triplet: B3, 44 and 71. RGB value is (179,68,113). Sum of RGB (Red+Green+Blue) = 179+68+113=360 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.72% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 179 - color contains mainly: red. Hex color #B34471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34471 is #4CBB8E. Grayscale: #6A6A6A. Windows color (decimal): -5028751 or 7423155. OLE color: 7423155.

HSL color Cylindrical-coordinate representation of color #B34471: hue angle of 335.68º 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 #B34471 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 68 113 -
CMYK 0 0.62 0.37 0.30
HSL 335.68º 0.45% 0.48% -
HSV(B) 335.68º 0.62% 0.7% -
XYZ 23.64 14.91 17.25 -
YUV 106.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 179 68 113 0 0.62 0.37 0.30 335.68 0.45 0.48
Hex B3 44 71 0 3E 25 1E 150 2D 30
Octal 263 104 161 0 76 45 36 520 55 60
Binary 10110011 1000100 1110001 0 111110 100101 11110 101010000 101101 110000

Color Harmonies of #B34471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34471

Black with #B34471

Text Example


Text Example

White with #B34471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34471; }

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

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

background-color css

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

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

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

border-color css

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

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

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