Html Css Color HEX #B53C77 Royal Heath

📋 copy color: '#B53C77'

red 181 ◦ green 60 ◦ blue 119

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

Shades of Royal Heath #B53C77

Tints of Royal Heath #B53C77

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 50.28%
G = 16.67%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B53C77 (or 0xB53C77) is known color: Royal Heath. HEX triplet: B5, 3C and 77. RGB value is (181,60,119). Sum of RGB (Red+Green+Blue) = 181+60+119=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C77 is #4AC388. Grayscale: #666666. Windows color (decimal): -4899721 or 7814325. OLE color: 7814325.

HSL color Cylindrical-coordinate representation of color #B53C77: hue angle of 330.74º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C77 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 119 -
CMYK 0 0.67 0.34 0.29
HSL 330.74º 0.5% 0.47% -
HSV(B) 330.74º 0.67% 0.71% -
XYZ 24 14.39 18.96 -
YUV 102.91 137.09 183.7 -
System Red Green Blue C M Y K H S L
Decimal 181 60 119 0 0.67 0.34 0.29 330.74 0.5 0.47
Hex B5 3C 77 0 43 22 1D 14B 32 2F
Octal 265 74 167 0 103 42 35 513 62 57
Binary 10110101 111100 1110111 0 1000011 100010 11101 101001011 110010 101111

Color Harmonies of #B53C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C77

Black with #B53C77

Text Example


Text Example

White with #B53C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C77; }

 p { color: rgb(181,60,119); }

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

background-color css

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

 a { background-color: rgb(181,60,119); }

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

border-color css

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

 span { border-color: rgb(181,60,119); }

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