Html Css Color HEX #B2487C Royal Heath

📋 copy color: '#B2487C'

red 178 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #B2487C

Tints of Royal Heath #B2487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.25%

 BLUE value IS 124 (48.83% from 255) = 33.16%

R = 47.59%
G = 19.25%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2487C (or 0xB2487C) is known color: Royal Heath. HEX triplet: B2, 48 and 7C. RGB value is (178,72,124). Sum of RGB (Red+Green+Blue) = 178+72+124=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 72 (28.52% from 255 or 19.25% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B2487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2487C is #4DB783. Grayscale: #6D6D6D. Windows color (decimal): -5093252 or 8145074. OLE color: 8145074.

HSL color Cylindrical-coordinate representation of color #B2487C: hue angle of 330.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2487C is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 124 -
CMYK 0 0.60 0.30 0.30
HSL 330.57º 0.42% 0.49% -
HSV(B) 330.57º 0.6% 0.7% -
XYZ 24.32 15.55 20.79 -
YUV 109.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 178 72 124 0 0.60 0.30 0.30 330.57 0.42 0.49
Hex B2 48 7C 0 3C 1E 1E 14B 2A 31
Octal 262 110 174 0 74 36 36 513 52 61
Binary 10110010 1001000 1111100 0 111100 11110 11110 101001011 101010 110001

Color Harmonies of #B2487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2487C

Black with #B2487C

Text Example


Text Example

White with #B2487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2487C; }

 p { color: rgb(178,72,124); }

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

background-color css

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

 a { background-color: rgb(178,72,124); }

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

border-color css

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

 span { border-color: rgb(178,72,124); }

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