Html Css Color HEX #B0557A Royal Heath

📋 copy color: '#B0557A'

red 176 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #B0557A

Tints of Royal Heath #B0557A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 45.95%
G = 22.19%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0557A (or 0xB0557A) is known color: Royal Heath. HEX triplet: B0, 55 and 7A. RGB value is (176,85,122). Sum of RGB (Red+Green+Blue) = 176+85+122=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0557A is #4FAA85. Grayscale: #747474. Windows color (decimal): -5220998 or 8017328. OLE color: 8017328.

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

Color convert

RGB 176 85 122 -
CMYK 0 0.52 0.31 0.31
HSL 335.6º 0.37% 0.51% -
HSV(B) 335.6º 0.52% 0.69% -
XYZ 24.67 17.13 20.42 -
YUV 116.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 176 85 122 0 0.52 0.31 0.31 335.6 0.37 0.51
Hex B0 55 7A 0 34 1F 1F 150 25 33
Octal 260 125 172 0 64 37 37 520 45 63
Binary 10110000 1010101 1111010 0 110100 11111 11111 101010000 100101 110011

Color Harmonies of #B0557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0557A

Black with #B0557A

Text Example


Text Example

White with #B0557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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