Html Css Color HEX #B24D7D Royal Heath

📋 copy color: '#B24D7D'

red 178 ◦ green 77 ◦ blue 125

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

Shades of Royal Heath #B24D7D

Tints of Royal Heath #B24D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.26%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 46.84%
G = 20.26%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B24D7D (or 0xB24D7D) is known color: Royal Heath. HEX triplet: B2, 4D and 7D. RGB value is (178,77,125). Sum of RGB (Red+Green+Blue) = 178+77+125=380 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.84% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D7D is #4DB282. Grayscale: #707070. Windows color (decimal): -5091971 or 8211890. OLE color: 8211890.

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

Color convert

RGB 178 77 125 -
CMYK 0 0.57 0.30 0.30
HSL 331.49º 0.4% 0.5% -
HSV(B) 331.49º 0.57% 0.7% -
XYZ 24.72 16.25 21.24 -
YUV 112.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 178 77 125 0 0.57 0.30 0.30 331.49 0.4 0.5
Hex B2 4D 7D 0 39 1E 1E 14B 28 32
Octal 262 115 175 0 71 36 36 513 50 62
Binary 10110010 1001101 1111101 0 111001 11110 11110 101001011 101000 110010

Color Harmonies of #B24D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D7D

Black with #B24D7D

Text Example


Text Example

White with #B24D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D7D; }

 p { color: rgb(178,77,125); }

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

background-color css

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

 a { background-color: rgb(178,77,125); }

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

border-color css

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

 span { border-color: rgb(178,77,125); }

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