Html Css Color HEX #B24D7B Royal Heath

📋 copy color: '#B24D7B'

red 178 ◦ green 77 ◦ blue 123

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

Shades of Royal Heath #B24D7B

Tints of Royal Heath #B24D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 47.09%
G = 20.37%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B24D7B (or 0xB24D7B) is known color: Royal Heath. HEX triplet: B2, 4D and 7B. RGB value is (178,77,123). Sum of RGB (Red+Green+Blue) = 178+77+123=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D7B is #4DB284. Grayscale: #707070. Windows color (decimal): -5091973 or 8080818. OLE color: 8080818.

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

Color convert

RGB 178 77 123 -
CMYK 0 0.57 0.31 0.30
HSL 332.67º 0.4% 0.5% -
HSV(B) 332.67º 0.57% 0.7% -
XYZ 24.59 16.2 20.57 -
YUV 112.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 178 77 123 0 0.57 0.31 0.30 332.67 0.4 0.5
Hex B2 4D 7B 0 39 1F 1E 14D 28 32
Octal 262 115 173 0 71 37 36 515 50 62
Binary 10110010 1001101 1111011 0 111001 11111 11110 101001101 101000 110010

Color Harmonies of #B24D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24D7B

Black with #B24D7B

Text Example


Text Example

White with #B24D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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