Html Css Color HEX #B0557C Royal Heath

📋 copy color: '#B0557C'

red 176 ◦ green 85 ◦ blue 124

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

Shades of Royal Heath #B0557C

Tints of Royal Heath #B0557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

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

R = 45.71%
G = 22.08%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0557C (or 0xB0557C) is known color: Royal Heath. HEX triplet: B0, 55 and 7C. RGB value is (176,85,124). Sum of RGB (Red+Green+Blue) = 176+85+124=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0557C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0557C is #4FAA83. Grayscale: #747474. Windows color (decimal): -5220996 or 8148400. OLE color: 8148400.

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

Color convert

RGB 176 85 124 -
CMYK 0 0.52 0.30 0.31
HSL 334.29º 0.37% 0.51% -
HSV(B) 334.29º 0.52% 0.69% -
XYZ 24.79 17.18 21.08 -
YUV 116.66 132.15 170.33 -
System Red Green Blue C M Y K H S L
Decimal 176 85 124 0 0.52 0.30 0.31 334.29 0.37 0.51
Hex B0 55 7C 0 34 1E 1F 14E 25 33
Octal 260 125 174 0 64 36 37 516 45 63
Binary 10110000 1010101 1111100 0 110100 11110 11111 101001110 100101 110011

Color Harmonies of #B0557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0557C

Black with #B0557C

Text Example


Text Example

White with #B0557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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