Html Css Color HEX #B24780 Royal Heath

📋 copy color: '#B24780'

red 178 ◦ green 71 ◦ blue 128

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

Shades of Royal Heath #B24780

Tints of Royal Heath #B24780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

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

R = 47.21%
G = 18.83%
B = 33.95%

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

#B24780 (or 0xB24780) is known color: Royal Heath. HEX triplet: B2, 47 and 80. RGB value is (178,71,128). Sum of RGB (Red+Green+Blue) = 178+71+128=377 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.21% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 178 - color contains mainly: red. Hex color #B24780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24780 is #4DB87F. Grayscale: #6D6D6D. Windows color (decimal): -5093504 or 8406962. OLE color: 8406962.

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

Color convert

RGB 178 71 128 -
CMYK 0 0.60 0.28 0.30
HSL 328.04º 0.43% 0.49% -
HSV(B) 328.04º 0.6% 0.7% -
XYZ 24.51 15.53 22.13 -
YUV 109.49 138.45 176.87 -
System Red Green Blue C M Y K H S L
Decimal 178 71 128 0 0.60 0.28 0.30 328.04 0.43 0.49
Hex B2 47 80 0 3C 1C 1E 148 2B 31
Octal 262 107 200 0 74 34 36 510 53 61
Binary 10110010 1000111 10000000 0 111100 11100 11110 101001000 101011 110001

Color Harmonies of #B24780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24780

Black with #B24780

Text Example


Text Example

White with #B24780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24780; }

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

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

background-color css

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

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

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

border-color css

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

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

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