Html Css Color HEX #B34374 Royal Heath

📋 copy color: '#B34374'

red 179 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #B34374

Tints of Royal Heath #B34374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 49.45%
G = 18.51%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34374 (or 0xB34374) is known color: Royal Heath. HEX triplet: B3, 43 and 74. RGB value is (179,67,116). Sum of RGB (Red+Green+Blue) = 179+67+116=362 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.45% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 179 - color contains mainly: red. Hex color #B34374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34374 is #4CBC8B. Grayscale: #696969. Windows color (decimal): -5029004 or 7619507. OLE color: 7619507.

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

Color convert

RGB 179 67 116 -
CMYK 0 0.63 0.35 0.30
HSL 333.75º 0.46% 0.48% -
HSV(B) 333.75º 0.63% 0.7% -
XYZ 23.75 14.86 18.14 -
YUV 106.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 179 67 116 0 0.63 0.35 0.30 333.75 0.46 0.48
Hex B3 43 74 0 3F 23 1E 14E 2E 30
Octal 263 103 164 0 77 43 36 516 56 60
Binary 10110011 1000011 1110100 0 111111 100011 11110 101001110 101110 110000

Color Harmonies of #B34374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34374

Black with #B34374

Text Example


Text Example

White with #B34374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34374; }

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

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

background-color css

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

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

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

border-color css

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

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

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