Html Css Color HEX #B34379 Royal Heath

📋 copy color: '#B34379'

red 179 ◦ green 67 ◦ blue 121

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

Shades of Royal Heath #B34379

Tints of Royal Heath #B34379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.97%

R = 48.77%
G = 18.26%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B34379 (or 0xB34379) is known color: Royal Heath. HEX triplet: B3, 43 and 79. RGB value is (179,67,121). Sum of RGB (Red+Green+Blue) = 179+67+121=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B34379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34379 is #4CBC86. Grayscale: #6A6A6A. Windows color (decimal): -5028999 or 7947187. OLE color: 7947187.

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

Color convert

RGB 179 67 121 -
CMYK 0 0.63 0.32 0.30
HSL 331.07º 0.46% 0.48% -
HSV(B) 331.07º 0.63% 0.7% -
XYZ 24.05 14.98 19.71 -
YUV 106.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 179 67 121 0 0.63 0.32 0.30 331.07 0.46 0.48
Hex B3 43 79 0 3F 20 1E 14B 2E 30
Octal 263 103 171 0 77 40 36 513 56 60
Binary 10110011 1000011 1111001 0 111111 100000 11110 101001011 101110 110000

Color Harmonies of #B34379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34379

Black with #B34379

Text Example


Text Example

White with #B34379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34379; }

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

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

background-color css

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

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

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

border-color css

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

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

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