Html Css Color HEX #B24E7D Royal Heath

📋 copy color: '#B24E7D'

red 178 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #B24E7D

Tints of Royal Heath #B24E7D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.47%

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

R = 46.72%
G = 20.47%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B24E7D (or 0xB24E7D) is known color: Royal Heath. HEX triplet: B2, 4E and 7D. RGB value is (178,78,125). Sum of RGB (Red+Green+Blue) = 178+78+125=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E7D is #4DB182. Grayscale: #717171. Windows color (decimal): -5091715 or 8212146. OLE color: 8212146.

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

Color convert

RGB 178 78 125 -
CMYK 0 0.56 0.30 0.30
HSL 331.8º 0.39% 0.5% -
HSV(B) 331.8º 0.56% 0.7% -
XYZ 24.79 16.39 21.26 -
YUV 113.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 178 78 125 0 0.56 0.30 0.30 331.8 0.39 0.5
Hex B2 4E 7D 0 38 1E 1E 14C 27 32
Octal 262 116 175 0 70 36 36 514 47 62
Binary 10110010 1001110 1111101 0 111000 11110 11110 101001100 100111 110010

Color Harmonies of #B24E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24E7D

Black with #B24E7D

Text Example


Text Example

White with #B24E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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