Html Css Color HEX #B34377 Royal Heath

📋 copy color: '#B34377'

red 179 ◦ green 67 ◦ blue 119

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

Shades of Royal Heath #B34377

Tints of Royal Heath #B34377

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

 BLUE value IS 119 (46.88% from 255) = 32.6%

R = 49.04%
G = 18.36%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B34377 (or 0xB34377) is known color: Royal Heath. HEX triplet: B3, 43 and 77. RGB value is (179,67,119). Sum of RGB (Red+Green+Blue) = 179+67+119=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34377 is #4CBC88. Grayscale: #6A6A6A. Windows color (decimal): -5029001 or 7816115. OLE color: 7816115.

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

Color convert

RGB 179 67 119 -
CMYK 0 0.63 0.34 0.30
HSL 332.14º 0.46% 0.48% -
HSV(B) 332.14º 0.63% 0.7% -
XYZ 23.93 14.93 19.07 -
YUV 106.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 179 67 119 0 0.63 0.34 0.30 332.14 0.46 0.48
Hex B3 43 77 0 3F 22 1E 14C 2E 30
Octal 263 103 167 0 77 42 36 514 56 60
Binary 10110011 1000011 1110111 0 111111 100010 11110 101001100 101110 110000

Color Harmonies of #B34377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34377

Black with #B34377

Text Example


Text Example

White with #B34377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34377; }

 p { color: rgb(179,67,119); }

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

background-color css

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

 a { background-color: rgb(179,67,119); }

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

border-color css

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

 span { border-color: rgb(179,67,119); }

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