Html Css Color HEX #B54070 Royal Heath

📋 copy color: '#B54070'

red 181 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #B54070

Tints of Royal Heath #B54070

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 50.7%
G = 17.93%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B54070 (or 0xB54070) is known color: Royal Heath. HEX triplet: B5, 40 and 70. RGB value is (181,64,112). Sum of RGB (Red+Green+Blue) = 181+64+112=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B54070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54070 is #4ABF8F. Grayscale: #686868. Windows color (decimal): -4898704 or 7356597. OLE color: 7356597.

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

Color convert

RGB 181 64 112 -
CMYK 0 0.65 0.38 0.29
HSL 335.38º 0.48% 0.48% -
HSV(B) 335.38º 0.65% 0.71% -
XYZ 23.81 14.66 16.9 -
YUV 104.46 132.26 182.6 -
System Red Green Blue C M Y K H S L
Decimal 181 64 112 0 0.65 0.38 0.29 335.38 0.48 0.48
Hex B5 40 70 0 41 26 1D 14F 30 30
Octal 265 100 160 0 101 46 35 517 60 60
Binary 10110101 1000000 1110000 0 1000001 100110 11101 101001111 110000 110000

Color Harmonies of #B54070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54070

Black with #B54070

Text Example


Text Example

White with #B54070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54070; }

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

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

background-color css

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

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

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

border-color css

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

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

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