Html Css Color HEX #B0577F Royal Heath

📋 copy color: '#B0577F'

red 176 ◦ green 87 ◦ blue 127

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

Shades of Royal Heath #B0577F

Tints of Royal Heath #B0577F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.56%

R = 45.13%
G = 22.31%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0577F (or 0xB0577F) is known color: Royal Heath. HEX triplet: B0, 57 and 7F. RGB value is (176,87,127). Sum of RGB (Red+Green+Blue) = 176+87+127=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577F is #4FA880. Grayscale: #767676. Windows color (decimal): -5220481 or 8345520. OLE color: 8345520.

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

Color convert

RGB 176 87 127 -
CMYK 0 0.51 0.28 0.31
HSL 333.03º 0.36% 0.52% -
HSV(B) 333.03º 0.51% 0.69% -
XYZ 25.14 17.58 22.15 -
YUV 118.17 132.99 169.25 -
System Red Green Blue C M Y K H S L
Decimal 176 87 127 0 0.51 0.28 0.31 333.03 0.36 0.52
Hex B0 57 7F 0 33 1C 1F 14D 24 34
Octal 260 127 177 0 63 34 37 515 44 64
Binary 10110000 1010111 1111111 0 110011 11100 11111 101001101 100100 110100

Color Harmonies of #B0577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0577F

Black with #B0577F

Text Example


Text Example

White with #B0577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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