Html Css Color HEX #B34474 Royal Heath

📋 copy color: '#B34474'

red 179 ◦ green 68 ◦ blue 116

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

Shades of Royal Heath #B34474

Tints of Royal Heath #B34474

RGB

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

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

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

R = 49.31%
G = 18.73%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34474 (or 0xB34474) is known color: Royal Heath. HEX triplet: B3, 44 and 74. RGB value is (179,68,116). Sum of RGB (Red+Green+Blue) = 179+68+116=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34474 is #4CBB8B. Grayscale: #6A6A6A. Windows color (decimal): -5028748 or 7619763. OLE color: 7619763.

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

Color convert

RGB 179 68 116 -
CMYK 0 0.62 0.35 0.30
HSL 334.05º 0.45% 0.48% -
HSV(B) 334.05º 0.62% 0.7% -
XYZ 23.81 14.98 18.16 -
YUV 106.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 179 68 116 0 0.62 0.35 0.30 334.05 0.45 0.48
Hex B3 44 74 0 3E 23 1E 14E 2D 30
Octal 263 104 164 0 76 43 36 516 55 60
Binary 10110011 1000100 1110100 0 111110 100011 11110 101001110 101101 110000

Color Harmonies of #B34474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34474

Black with #B34474

Text Example


Text Example

White with #B34474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34474; }

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

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

background-color css

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

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

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

border-color css

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

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

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