Html Css Color HEX #B0557D Royal Heath

📋 copy color: '#B0557D'

red 176 ◦ green 85 ◦ blue 125

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

Shades of Royal Heath #B0557D

Tints of Royal Heath #B0557D

RGB

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

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

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

R = 45.6%
G = 22.02%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0557D (or 0xB0557D) is known color: Royal Heath. HEX triplet: B0, 55 and 7D. RGB value is (176,85,125). Sum of RGB (Red+Green+Blue) = 176+85+125=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0557D is #4FAA82. Grayscale: #747474. Windows color (decimal): -5220995 or 8213936. OLE color: 8213936.

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

Color convert

RGB 176 85 125 -
CMYK 0 0.52 0.29 0.31
HSL 333.63º 0.37% 0.51% -
HSV(B) 333.63º 0.52% 0.69% -
XYZ 24.85 17.21 21.41 -
YUV 116.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 176 85 125 0 0.52 0.29 0.31 333.63 0.37 0.51
Hex B0 55 7D 0 34 1D 1F 14E 25 33
Octal 260 125 175 0 64 35 37 516 45 63
Binary 10110000 1010101 1111101 0 110100 11101 11111 101001110 100101 110011

Color Harmonies of #B0557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0557D

Black with #B0557D

Text Example


Text Example

White with #B0557D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0557D; }

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

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

background-color css

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

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

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

border-color css

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

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

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