Html Css Color HEX #B34C74 Royal Heath

📋 copy color: '#B34C74'

red 179 ◦ green 76 ◦ blue 116

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

Shades of Royal Heath #B34C74

Tints of Royal Heath #B34C74

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

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

R = 48.25%
G = 20.49%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B34C74 (or 0xB34C74) is known color: Royal Heath. HEX triplet: B3, 4C and 74. RGB value is (179,76,116). Sum of RGB (Red+Green+Blue) = 179+76+116=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C74 is #4CB38B. Grayscale: #6F6F6F. Windows color (decimal): -5026700 or 7621811. OLE color: 7621811.

HSL color Cylindrical-coordinate representation of color #B34C74: hue angle of 336.7º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B34C74 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 76 116 -
CMYK 0 0.58 0.35 0.30
HSL 336.7º 0.4% 0.5% -
HSV(B) 336.7º 0.58% 0.7% -
XYZ 24.33 16.01 18.33 -
YUV 111.36 130.62 176.25 -
System Red Green Blue C M Y K H S L
Decimal 179 76 116 0 0.58 0.35 0.30 336.7 0.4 0.5
Hex B3 4C 74 0 3A 23 1E 151 28 32
Octal 263 114 164 0 72 43 36 521 50 62
Binary 10110011 1001100 1110100 0 111010 100011 11110 101010001 101000 110010

Color Harmonies of #B34C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C74

Black with #B34C74

Text Example


Text Example

White with #B34C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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