Html Css Color HEX #B1537C Royal Heath

📋 copy color: '#B1537C'

red 177 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #B1537C

Tints of Royal Heath #B1537C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.61%

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

R = 46.09%
G = 21.61%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1537C (or 0xB1537C) is known color: Royal Heath. HEX triplet: B1, 53 and 7C. RGB value is (177,83,124). Sum of RGB (Red+Green+Blue) = 177+83+124=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 83 (32.81% from 255 or 21.61% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B1537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1537C is #4EAC83. Grayscale: #737373. Windows color (decimal): -5155972 or 8147889. OLE color: 8147889.

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

Color convert

RGB 177 83 124 -
CMYK 0 0.53 0.30 0.31
HSL 333.83º 0.38% 0.51% -
HSV(B) 333.83º 0.53% 0.69% -
XYZ 24.86 16.99 21.04 -
YUV 115.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 177 83 124 0 0.53 0.30 0.31 333.83 0.38 0.51
Hex B1 53 7C 0 35 1E 1F 14E 26 33
Octal 261 123 174 0 65 36 37 516 46 63
Binary 10110001 1010011 1111100 0 110101 11110 11111 101001110 100110 110011

Color Harmonies of #B1537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1537C

Black with #B1537C

Text Example


Text Example

White with #B1537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1537C; }

 p { color: rgb(177,83,124); }

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

background-color css

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

 a { background-color: rgb(177,83,124); }

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

border-color css

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

 span { border-color: rgb(177,83,124); }

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