Html Css Color HEX #B0487B Royal Heath

📋 copy color: '#B0487B'

red 176 ◦ green 72 ◦ blue 123

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

Shades of Royal Heath #B0487B

Tints of Royal Heath #B0487B

RGB

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

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

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

R = 47.44%
G = 19.41%
B = 33.15%

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

#B0487B (or 0xB0487B) is known color: Royal Heath. HEX triplet: B0, 48 and 7B. RGB value is (176,72,123). Sum of RGB (Red+Green+Blue) = 176+72+123=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 72 (28.52% from 255 or 19.41% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B0487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0487B is #4FB784. Grayscale: #6C6C6C. Windows color (decimal): -5224325 or 8079536. OLE color: 8079536.

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

Color convert

RGB 176 72 123 -
CMYK 0 0.59 0.30 0.31
HSL 330.58º 0.42% 0.49% -
HSV(B) 330.58º 0.59% 0.69% -
XYZ 23.8 15.29 20.44 -
YUV 108.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 176 72 123 0 0.59 0.30 0.31 330.58 0.42 0.49
Hex B0 48 7B 0 3B 1E 1F 14B 2A 31
Octal 260 110 173 0 73 36 37 513 52 61
Binary 10110000 1001000 1111011 0 111011 11110 11111 101001011 101010 110001

Color Harmonies of #B0487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0487B

Black with #B0487B

Text Example


Text Example

White with #B0487B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0487B; }

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

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

background-color css

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

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

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

border-color css

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

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

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