Html Css Color HEX #B54681 Royal Heath

📋 copy color: '#B54681'

red 181 ◦ green 70 ◦ blue 129

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

Shades of Royal Heath #B54681

Tints of Royal Heath #B54681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.42%

 BLUE value IS 129 (50.78% from 255) = 33.95%

R = 47.63%
G = 18.42%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B54681 (or 0xB54681) is known color: Royal Heath. HEX triplet: B5, 46 and 81. RGB value is (181,70,129). Sum of RGB (Red+Green+Blue) = 181+70+129=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 70 (27.73% from 255 or 18.42% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B54681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54681 is #4AB97E. Grayscale: #6D6D6D. Windows color (decimal): -4897151 or 8472245. OLE color: 8472245.

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

Color convert

RGB 181 70 129 -
CMYK 0 0.61 0.29 0.29
HSL 328.11º 0.44% 0.49% -
HSV(B) 328.11º 0.61% 0.71% -
XYZ 25.21 15.79 22.49 -
YUV 109.92 138.77 178.7 -
System Red Green Blue C M Y K H S L
Decimal 181 70 129 0 0.61 0.29 0.29 328.11 0.44 0.49
Hex B5 46 81 0 3D 1D 1D 148 2C 31
Octal 265 106 201 0 75 35 35 510 54 61
Binary 10110101 1000110 10000001 0 111101 11101 11101 101001000 101100 110001

Color Harmonies of #B54681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54681

Black with #B54681

Text Example


Text Example

White with #B54681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54681; }

 p { color: rgb(181,70,129); }

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

background-color css

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

 a { background-color: rgb(181,70,129); }

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

border-color css

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

 span { border-color: rgb(181,70,129); }

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