Html Css Color HEX #B0537C Royal Heath

📋 copy color: '#B0537C'

red 176 ◦ green 83 ◦ blue 124

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

Shades of Royal Heath #B0537C

Tints of Royal Heath #B0537C

RGB

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

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

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

R = 45.95%
G = 21.67%
B = 32.38%

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

#B0537C (or 0xB0537C) is known color: Royal Heath. HEX triplet: B0, 53 and 7C. RGB value is (176,83,124). Sum of RGB (Red+Green+Blue) = 176+83+124=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 83 (32.81% from 255 or 21.67% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0537C is #4FAC83. Grayscale: #737373. Windows color (decimal): -5221508 or 8147888. OLE color: 8147888.

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

Color convert

RGB 176 83 124 -
CMYK 0 0.53 0.30 0.31
HSL 333.55º 0.37% 0.51% -
HSV(B) 333.55º 0.53% 0.69% -
XYZ 24.64 16.87 21.03 -
YUV 115.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 176 83 124 0 0.53 0.30 0.31 333.55 0.37 0.51
Hex B0 53 7C 0 35 1E 1F 14E 25 33
Octal 260 123 174 0 65 36 37 516 45 63
Binary 10110000 1010011 1111100 0 110101 11110 11111 101001110 100101 110011

Color Harmonies of #B0537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0537C

Black with #B0537C

Text Example


Text Example

White with #B0537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0537C; }

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

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

background-color css

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

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

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

border-color css

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

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

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