Html Css Color HEX #B0577C Royal Heath

📋 copy color: '#B0577C'

red 176 ◦ green 87 ◦ blue 124

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

Shades of Royal Heath #B0577C

Tints of Royal Heath #B0577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.48%

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

R = 45.48%
G = 22.48%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0577C (or 0xB0577C) is known color: Royal Heath. HEX triplet: B0, 57 and 7C. RGB value is (176,87,124). Sum of RGB (Red+Green+Blue) = 176+87+124=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577C is #4FA883. Grayscale: #757575. Windows color (decimal): -5220484 or 8148912. OLE color: 8148912.

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

Color convert

RGB 176 87 124 -
CMYK 0 0.51 0.30 0.31
HSL 335.06º 0.36% 0.52% -
HSV(B) 335.06º 0.51% 0.69% -
XYZ 24.95 17.5 21.13 -
YUV 117.83 131.49 169.49 -
System Red Green Blue C M Y K H S L
Decimal 176 87 124 0 0.51 0.30 0.31 335.06 0.36 0.52
Hex B0 57 7C 0 33 1E 1F 14F 24 34
Octal 260 127 174 0 63 36 37 517 44 64
Binary 10110000 1010111 1111100 0 110011 11110 11111 101001111 100100 110100

Color Harmonies of #B0577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0577C

Black with #B0577C

Text Example


Text Example

White with #B0577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0577C; }

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

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

background-color css

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

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

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

border-color css

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

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

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