Html Css Color HEX #B0487C Royal Heath

📋 copy color: '#B0487C'

red 176 ◦ green 72 ◦ blue 124

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

Shades of Royal Heath #B0487C

Tints of Royal Heath #B0487C

RGB

 RED value IS 176 (69.14% from 255) = 47.31%

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

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

R = 47.31%
G = 19.35%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0487C (or 0xB0487C) is known color: Royal Heath. HEX triplet: B0, 48 and 7C. RGB value is (176,72,124). Sum of RGB (Red+Green+Blue) = 176+72+124=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 72 (28.52% from 255 or 19.35% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0487C is #4FB783. Grayscale: #6C6C6C. Windows color (decimal): -5224324 or 8145072. OLE color: 8145072.

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

Color convert

RGB 176 72 124 -
CMYK 0 0.59 0.30 0.31
HSL 330º 0.42% 0.49% -
HSV(B) 330º 0.59% 0.69% -
XYZ 23.86 15.32 20.77 -
YUV 109.02 136.46 175.77 -
System Red Green Blue C M Y K H S L
Decimal 176 72 124 0 0.59 0.30 0.31 330 0.42 0.49
Hex B0 48 7C 0 3B 1E 1F 14A 2A 31
Octal 260 110 174 0 73 36 37 512 52 61
Binary 10110000 1001000 1111100 0 111011 11110 11111 101001010 101010 110001

Color Harmonies of #B0487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0487C

Black with #B0487C

Text Example


Text Example

White with #B0487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0487C; }

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

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

background-color css

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

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

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

border-color css

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

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

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