Html Css Color HEX #B34C80 Royal Heath

📋 copy color: '#B34C80'

red 179 ◦ green 76 ◦ blue 128

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

Shades of Royal Heath #B34C80

Tints of Royal Heath #B34C80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.42%

R = 46.74%
G = 19.84%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B34C80 (or 0xB34C80) is known color: Royal Heath. HEX triplet: B3, 4C and 80. RGB value is (179,76,128). Sum of RGB (Red+Green+Blue) = 179+76+128=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34C80 is #4CB37F. Grayscale: #707070. Windows color (decimal): -5026688 or 8408243. OLE color: 8408243.

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

Color convert

RGB 179 76 128 -
CMYK 0 0.58 0.28 0.30
HSL 329.71º 0.4% 0.5% -
HSV(B) 329.71º 0.58% 0.7% -
XYZ 25.07 16.31 22.25 -
YUV 112.73 136.62 175.27 -
System Red Green Blue C M Y K H S L
Decimal 179 76 128 0 0.58 0.28 0.30 329.71 0.4 0.5
Hex B3 4C 80 0 3A 1C 1E 14A 28 32
Octal 263 114 200 0 72 34 36 512 50 62
Binary 10110011 1001100 10000000 0 111010 11100 11110 101001010 101000 110010

Color Harmonies of #B34C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34C80

Black with #B34C80

Text Example


Text Example

White with #B34C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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