Html Css Color HEX #B24580 Royal Heath

📋 copy color: '#B24580'

red 178 ◦ green 69 ◦ blue 128

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

Shades of Royal Heath #B24580

Tints of Royal Heath #B24580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

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

R = 47.47%
G = 18.4%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B24580 (or 0xB24580) is known color: Royal Heath. HEX triplet: B2, 45 and 80. RGB value is (178,69,128). Sum of RGB (Red+Green+Blue) = 178+69+128=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B24580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B24580 is #4DBA7F. Grayscale: #6C6C6C. Windows color (decimal): -5094016 or 8406450. OLE color: 8406450.

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

Color convert

RGB 178 69 128 -
CMYK 0 0.61 0.28 0.30
HSL 327.52º 0.44% 0.48% -
HSV(B) 327.52º 0.61% 0.7% -
XYZ 24.38 15.28 22.09 -
YUV 108.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 178 69 128 0 0.61 0.28 0.30 327.52 0.44 0.48
Hex B2 45 80 0 3D 1C 1E 148 2C 30
Octal 262 105 200 0 75 34 36 510 54 60
Binary 10110010 1000101 10000000 0 111101 11100 11110 101001000 101100 110000

Color Harmonies of #B24580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24580

Black with #B24580

Text Example


Text Example

White with #B24580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24580; }

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

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

background-color css

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

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

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

border-color css

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

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

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