Html Css Color HEX #B34477 Royal Heath

📋 copy color: '#B34477'

red 179 ◦ green 68 ◦ blue 119

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

Shades of Royal Heath #B34477

Tints of Royal Heath #B34477

RGB

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

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

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

R = 48.91%
G = 18.58%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B34477 (or 0xB34477) is known color: Royal Heath. HEX triplet: B3, 44 and 77. RGB value is (179,68,119). Sum of RGB (Red+Green+Blue) = 179+68+119=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B34477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34477 is #4CBB88. Grayscale: #6A6A6A. Windows color (decimal): -5028745 or 7816371. OLE color: 7816371.

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

Color convert

RGB 179 68 119 -
CMYK 0 0.62 0.34 0.30
HSL 332.43º 0.45% 0.48% -
HSV(B) 332.43º 0.62% 0.7% -
XYZ 23.99 15.05 19.09 -
YUV 107 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 179 68 119 0 0.62 0.34 0.30 332.43 0.45 0.48
Hex B3 44 77 0 3E 22 1E 14C 2D 30
Octal 263 104 167 0 76 42 36 514 55 60
Binary 10110011 1000100 1110111 0 111110 100010 11110 101001100 101101 110000

Color Harmonies of #B34477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34477

Black with #B34477

Text Example


Text Example

White with #B34477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34477; }

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

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

background-color css

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

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

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

border-color css

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

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

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