Html Css Color HEX #B24C80 Royal Heath

📋 copy color: '#B24C80'

red 178 ◦ green 76 ◦ blue 128

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

Shades of Royal Heath #B24C80

Tints of Royal Heath #B24C80

RGB

 RED value IS 178 (69.92% from 255) = 46.6%

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

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

R = 46.6%
G = 19.9%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B24C80 (or 0xB24C80) is known color: Royal Heath. HEX triplet: B2, 4C and 80. RGB value is (178,76,128). Sum of RGB (Red+Green+Blue) = 178+76+128=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B24C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24C80 is #4DB37F. Grayscale: #707070. Windows color (decimal): -5092224 or 8408242. OLE color: 8408242.

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

Color convert

RGB 178 76 128 -
CMYK 0 0.57 0.28 0.30
HSL 329.41º 0.4% 0.5% -
HSV(B) 329.41º 0.57% 0.7% -
XYZ 24.84 16.19 22.24 -
YUV 112.43 136.79 174.77 -
System Red Green Blue C M Y K H S L
Decimal 178 76 128 0 0.57 0.28 0.30 329.41 0.4 0.5
Hex B2 4C 80 0 39 1C 1E 149 28 32
Octal 262 114 200 0 71 34 36 511 50 62
Binary 10110010 1001100 10000000 0 111001 11100 11110 101001001 101000 110010

Color Harmonies of #B24C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24C80

Black with #B24C80

Text Example


Text Example

White with #B24C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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