Html Css Color HEX #B53770 Royal Heath

📋 copy color: '#B53770'

red 181 ◦ green 55 ◦ blue 112

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

Shades of Royal Heath #B53770

Tints of Royal Heath #B53770

RGB

 RED value IS 181 (71.09% from 255) = 52.01%

 GREEN value IS 55 (21.88% from 255) = 15.8%

 BLUE value IS 112 (44.14% from 255) = 32.18%

R = 52.01%
G = 15.8%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B53770 (or 0xB53770) is known color: Royal Heath. HEX triplet: B5, 37 and 70. RGB value is (181,55,112). Sum of RGB (Red+Green+Blue) = 181+55+112=348 (46% of max value = 765). Red value is 181 (71.09% from 255 or 52.01% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 112 (44.14% from 255 or 32.18% from 348); Max value from RGB is 181 - color contains mainly: red. Hex color #B53770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53770 is #4AC88F. Grayscale: #636363. Windows color (decimal): -4901008 or 7354293. OLE color: 7354293.

HSL color Cylindrical-coordinate representation of color #B53770: hue angle of 332.86º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53770 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 55 112 -
CMYK 0 0.70 0.38 0.29
HSL 332.86º 0.53% 0.46% -
HSV(B) 332.86º 0.7% 0.71% -
XYZ 23.35 13.73 16.75 -
YUV 99.17 135.24 186.37 -
System Red Green Blue C M Y K H S L
Decimal 181 55 112 0 0.70 0.38 0.29 332.86 0.53 0.46
Hex B5 37 70 0 46 26 1D 14D 35 2E
Octal 265 67 160 0 106 46 35 515 65 56
Binary 10110101 110111 1110000 0 1000110 100110 11101 101001101 110101 101110

Color Harmonies of #B53770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53770

Black with #B53770

Text Example


Text Example

White with #B53770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53770; }

 p { color: rgb(181,55,112); }

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

background-color css

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

 a { background-color: rgb(181,55,112); }

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

border-color css

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

 span { border-color: rgb(181,55,112); }

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