Html Css Color HEX #B24F82 Royal Heath

📋 copy color: '#B24F82'

red 178 ◦ green 79 ◦ blue 130

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

Shades of Royal Heath #B24F82

Tints of Royal Heath #B24F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.41%

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 45.99%
G = 20.41%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B24F82 (or 0xB24F82) is known color: Royal Heath. HEX triplet: B2, 4F and 82. RGB value is (178,79,130). Sum of RGB (Red+Green+Blue) = 178+79+130=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B24F82 is #4DB07D. Grayscale: #727272. Windows color (decimal): -5091454 or 8540082. OLE color: 8540082.

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

Color convert

RGB 178 79 130 -
CMYK 0 0.56 0.27 0.30
HSL 329.09º 0.39% 0.5% -
HSV(B) 329.09º 0.56% 0.7% -
XYZ 25.19 16.67 23.01 -
YUV 114.42 136.8 173.35 -
System Red Green Blue C M Y K H S L
Decimal 178 79 130 0 0.56 0.27 0.30 329.09 0.39 0.5
Hex B2 4F 82 0 38 1B 1E 149 27 32
Octal 262 117 202 0 70 33 36 511 47 62
Binary 10110010 1001111 10000010 0 111000 11011 11110 101001001 100111 110010

Color Harmonies of #B24F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24F82

Black with #B24F82

Text Example


Text Example

White with #B24F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24F82; }

 p { color: rgb(178,79,130); }

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

background-color css

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

 a { background-color: rgb(178,79,130); }

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

border-color css

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

 span { border-color: rgb(178,79,130); }

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