Html Css Color HEX #B0577D Royal Heath

📋 copy color: '#B0577D'

red 176 ◦ green 87 ◦ blue 125

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

Shades of Royal Heath #B0577D

Tints of Royal Heath #B0577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.22%

R = 45.36%
G = 22.42%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0577D (or 0xB0577D) is known color: Royal Heath. HEX triplet: B0, 57 and 7D. RGB value is (176,87,125). Sum of RGB (Red+Green+Blue) = 176+87+125=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B0577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0577D is #4FA882. Grayscale: #757575. Windows color (decimal): -5220483 or 8214448. OLE color: 8214448.

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

Color convert

RGB 176 87 125 -
CMYK 0 0.51 0.29 0.31
HSL 334.38º 0.36% 0.52% -
HSV(B) 334.38º 0.51% 0.69% -
XYZ 25.01 17.53 21.47 -
YUV 117.94 131.99 169.41 -
System Red Green Blue C M Y K H S L
Decimal 176 87 125 0 0.51 0.29 0.31 334.38 0.36 0.52
Hex B0 57 7D 0 33 1D 1F 14E 24 34
Octal 260 127 175 0 63 35 37 516 44 64
Binary 10110000 1010111 1111101 0 110011 11101 11111 101001110 100100 110100

Color Harmonies of #B0577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0577D

Black with #B0577D

Text Example


Text Example

White with #B0577D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0577D; }

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

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

background-color css

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

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

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

border-color css

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

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

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