Html Css Color HEX #B53870 Royal Heath

📋 copy color: '#B53870'

red 181 ◦ green 56 ◦ blue 112

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

Shades of Royal Heath #B53870

Tints of Royal Heath #B53870

RGB

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

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

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

R = 51.86%
G = 16.05%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B53870 (or 0xB53870) is known color: Royal Heath. HEX triplet: B5, 38 and 70. RGB value is (181,56,112). Sum of RGB (Red+Green+Blue) = 181+56+112=349 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.86% from 349); Green value is 56 (22.27% from 255 or 16.05% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 181 - color contains mainly: red. Hex color #B53870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53870 is #4AC78F. Grayscale: #636363. Windows color (decimal): -4900752 or 7354549. OLE color: 7354549.

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

Color convert

RGB 181 56 112 -
CMYK 0 0.69 0.38 0.29
HSL 333.12º 0.53% 0.46% -
HSV(B) 333.12º 0.69% 0.71% -
XYZ 23.39 13.82 16.76 -
YUV 99.76 134.91 185.95 -
System Red Green Blue C M Y K H S L
Decimal 181 56 112 0 0.69 0.38 0.29 333.12 0.53 0.46
Hex B5 38 70 0 45 26 1D 14D 35 2E
Octal 265 70 160 0 105 46 35 515 65 56
Binary 10110101 111000 1110000 0 1000101 100110 11101 101001101 110101 101110

Color Harmonies of #B53870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53870

Black with #B53870

Text Example


Text Example

White with #B53870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53870; }

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

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

background-color css

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

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

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

border-color css

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

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

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