Html Css Color HEX #B1557E Royal Heath

📋 copy color: '#B1557E'

red 177 ◦ green 85 ◦ blue 126

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

Shades of Royal Heath #B1557E

Tints of Royal Heath #B1557E

RGB

 RED value IS 177 (69.53% from 255) = 45.62%

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

 BLUE value IS 126 (49.61% from 255) = 32.47%

R = 45.62%
G = 21.91%
B = 32.47%

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

#B1557E (or 0xB1557E) is known color: Royal Heath. HEX triplet: B1, 55 and 7E. RGB value is (177,85,126). Sum of RGB (Red+Green+Blue) = 177+85+126=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1557E is #4EAA81. Grayscale: #757575. Windows color (decimal): -5155458 or 8279473. OLE color: 8279473.

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

Color convert

RGB 177 85 126 -
CMYK 0 0.52 0.29 0.31
HSL 333.26º 0.37% 0.51% -
HSV(B) 333.26º 0.52% 0.69% -
XYZ 25.15 17.35 21.76 -
YUV 117.18 132.98 170.67 -
System Red Green Blue C M Y K H S L
Decimal 177 85 126 0 0.52 0.29 0.31 333.26 0.37 0.51
Hex B1 55 7E 0 34 1D 1F 14D 25 33
Octal 261 125 176 0 64 35 37 515 45 63
Binary 10110001 1010101 1111110 0 110100 11101 11111 101001101 100101 110011

Color Harmonies of #B1557E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1557E

Black with #B1557E

Text Example


Text Example

White with #B1557E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1557E; }

 p { color: rgb(177,85,126); }

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

background-color css

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

 a { background-color: rgb(177,85,126); }

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

border-color css

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

 span { border-color: rgb(177,85,126); }

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