Html Css Color HEX #B53E75 Royal Heath

📋 copy color: '#B53E75'

red 181 ◦ green 62 ◦ blue 117

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

Shades of Royal Heath #B53E75

Tints of Royal Heath #B53E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.22%

 BLUE value IS 117 (46.09% from 255) = 32.5%

R = 50.28%
G = 17.22%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B53E75 (or 0xB53E75) is known color: Royal Heath. HEX triplet: B5, 3E and 75. RGB value is (181,62,117). Sum of RGB (Red+Green+Blue) = 181+62+117=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53E75 is #4AC18A. Grayscale: #676767. Windows color (decimal): -4899211 or 7683765. OLE color: 7683765.

HSL color Cylindrical-coordinate representation of color #B53E75: hue angle of 332.27º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53E75 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 62 117 -
CMYK 0 0.66 0.35 0.29
HSL 332.27º 0.49% 0.48% -
HSV(B) 332.27º 0.66% 0.71% -
XYZ 23.99 14.55 18.37 -
YUV 103.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 181 62 117 0 0.66 0.35 0.29 332.27 0.49 0.48
Hex B5 3E 75 0 42 23 1D 14C 31 30
Octal 265 76 165 0 102 43 35 514 61 60
Binary 10110101 111110 1110101 0 1000010 100011 11101 101001100 110001 110000

Color Harmonies of #B53E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53E75

Black with #B53E75

Text Example


Text Example

White with #B53E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53E75; }

 p { color: rgb(181,62,117); }

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

background-color css

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

 a { background-color: rgb(181,62,117); }

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

border-color css

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

 span { border-color: rgb(181,62,117); }

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