Html Css Color HEX #B34277 Royal Heath

📋 copy color: '#B34277'

red 179 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #B34277

Tints of Royal Heath #B34277

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.13%

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

R = 49.18%
G = 18.13%
B = 32.69%

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

#B34277 (or 0xB34277) is known color: Royal Heath. HEX triplet: B3, 42 and 77. RGB value is (179,66,119). Sum of RGB (Red+Green+Blue) = 179+66+119=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 119 (46.88% from 255 or 32.69% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B34277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34277 is #4CBD88. Grayscale: #696969. Windows color (decimal): -5029257 or 7815859. OLE color: 7815859.

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

Color convert

RGB 179 66 119 -
CMYK 0 0.63 0.34 0.30
HSL 331.86º 0.46% 0.48% -
HSV(B) 331.86º 0.63% 0.7% -
XYZ 23.87 14.81 19.05 -
YUV 105.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 179 66 119 0 0.63 0.34 0.30 331.86 0.46 0.48
Hex B3 42 77 0 3F 22 1E 14C 2E 30
Octal 263 102 167 0 77 42 36 514 56 60
Binary 10110011 1000010 1110111 0 111111 100010 11110 101001100 101110 110000

Color Harmonies of #B34277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34277

Black with #B34277

Text Example


Text Example

White with #B34277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34277; }

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

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

background-color css

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

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

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

border-color css

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

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

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