Html Css Color HEX #B53B76 Royal Heath

📋 copy color: '#B53B76'

red 181 ◦ green 59 ◦ blue 118

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

Shades of Royal Heath #B53B76

Tints of Royal Heath #B53B76

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.48%

 BLUE value IS 118 (46.48% from 255) = 32.96%

R = 50.56%
G = 16.48%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B53B76 (or 0xB53B76) is known color: Royal Heath. HEX triplet: B5, 3B and 76. RGB value is (181,59,118). Sum of RGB (Red+Green+Blue) = 181+59+118=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 118 (46.48% from 255 or 32.96% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53B76 is #4AC489. Grayscale: #666666. Windows color (decimal): -4899978 or 7748533. OLE color: 7748533.

HSL color Cylindrical-coordinate representation of color #B53B76: hue angle of 330.98º degrees, saturation: 0.51, 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 #B53B76 is Cyan = 0, Magento = 0.67, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 59 118 -
CMYK 0 0.67 0.35 0.29
HSL 330.98º 0.51% 0.47% -
HSV(B) 330.98º 0.67% 0.71% -
XYZ 23.89 14.26 18.63 -
YUV 102.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 181 59 118 0 0.67 0.35 0.29 330.98 0.51 0.47
Hex B5 3B 76 0 43 23 1D 14B 33 2F
Octal 265 73 166 0 103 43 35 513 63 57
Binary 10110101 111011 1110110 0 1000011 100011 11101 101001011 110011 101111

Color Harmonies of #B53B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53B76

Black with #B53B76

Text Example


Text Example

White with #B53B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53B76; }

 p { color: rgb(181,59,118); }

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

background-color css

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

 a { background-color: rgb(181,59,118); }

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

border-color css

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

 span { border-color: rgb(181,59,118); }

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