Html Css Color HEX #B53873 Royal Heath

📋 copy color: '#B53873'

red 181 ◦ green 56 ◦ blue 115

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

Shades of Royal Heath #B53873

Tints of Royal Heath #B53873

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 51.42%
G = 15.91%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B53873 (or 0xB53873) is known color: Royal Heath. HEX triplet: B5, 38 and 73. RGB value is (181,56,115). Sum of RGB (Red+Green+Blue) = 181+56+115=352 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.42% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 181 - color contains mainly: red. Hex color #B53873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53873 is #4AC78C. Grayscale: #636363. Windows color (decimal): -4900749 or 7551157. OLE color: 7551157.

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

Color convert

RGB 181 56 115 -
CMYK 0 0.69 0.36 0.29
HSL 331.68º 0.53% 0.46% -
HSV(B) 331.68º 0.69% 0.71% -
XYZ 23.56 13.89 17.66 -
YUV 100.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 181 56 115 0 0.69 0.36 0.29 331.68 0.53 0.46
Hex B5 38 73 0 45 24 1D 14C 35 2E
Octal 265 70 163 0 105 44 35 514 65 56
Binary 10110101 111000 1110011 0 1000101 100100 11101 101001100 110101 101110

Color Harmonies of #B53873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53873

Black with #B53873

Text Example


Text Example

White with #B53873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53873; }

 p { color: rgb(181,56,115); }

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

background-color css

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

 a { background-color: rgb(181,56,115); }

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

border-color css

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

 span { border-color: rgb(181,56,115); }

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