Html Css Color HEX #B24880 Royal Heath

📋 copy color: '#B24880'

red 178 ◦ green 72 ◦ blue 128

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

Shades of Royal Heath #B24880

Tints of Royal Heath #B24880

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

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

R = 47.09%
G = 19.05%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B24880 (or 0xB24880) is known color: Royal Heath. HEX triplet: B2, 48 and 80. RGB value is (178,72,128). Sum of RGB (Red+Green+Blue) = 178+72+128=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B24880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24880 is #4DB77F. Grayscale: #6D6D6D. Windows color (decimal): -5093248 or 8407218. OLE color: 8407218.

HSL color Cylindrical-coordinate representation of color #B24880: hue angle of 328.3º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24880 is Cyan = 0, Magento = 0.60, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 128 -
CMYK 0 0.60 0.28 0.30
HSL 328.3º 0.42% 0.49% -
HSV(B) 328.3º 0.6% 0.7% -
XYZ 24.57 15.66 22.15 -
YUV 110.08 138.12 176.45 -
System Red Green Blue C M Y K H S L
Decimal 178 72 128 0 0.60 0.28 0.30 328.3 0.42 0.49
Hex B2 48 80 0 3C 1C 1E 148 2A 31
Octal 262 110 200 0 74 34 36 510 52 61
Binary 10110010 1001000 10000000 0 111100 11100 11110 101001000 101010 110001

Color Harmonies of #B24880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24880

Black with #B24880

Text Example


Text Example

White with #B24880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24880; }

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

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

background-color css

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

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

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

border-color css

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

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

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