Html Css Color HEX #B0557B Royal Heath

📋 copy color: '#B0557B'

red 176 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #B0557B

Tints of Royal Heath #B0557B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 45.83%
G = 22.14%
B = 32.03%

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

#B0557B (or 0xB0557B) is known color: Royal Heath. HEX triplet: B0, 55 and 7B. RGB value is (176,85,123). Sum of RGB (Red+Green+Blue) = 176+85+123=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0557B is #4FAA84. Grayscale: #747474. Windows color (decimal): -5220997 or 8082864. OLE color: 8082864.

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

Color convert

RGB 176 85 123 -
CMYK 0 0.52 0.30 0.31
HSL 334.95º 0.37% 0.51% -
HSV(B) 334.95º 0.52% 0.69% -
XYZ 24.73 17.16 20.75 -
YUV 116.54 131.65 170.41 -
System Red Green Blue C M Y K H S L
Decimal 176 85 123 0 0.52 0.30 0.31 334.95 0.37 0.51
Hex B0 55 7B 0 34 1E 1F 14F 25 33
Octal 260 125 173 0 64 36 37 517 45 63
Binary 10110000 1010101 1111011 0 110100 11110 11111 101001111 100101 110011

Color Harmonies of #B0557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0557B

Black with #B0557B

Text Example


Text Example

White with #B0557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0557B; }

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

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

background-color css

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

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

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

border-color css

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

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

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