Html Css Color HEX #B54D7E Royal Heath

📋 copy color: '#B54D7E'

red 181 ◦ green 77 ◦ blue 126

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

Shades of Royal Heath #B54D7E

Tints of Royal Heath #B54D7E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.05%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 47.14%
G = 20.05%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B54D7E (or 0xB54D7E) is known color: Royal Heath. HEX triplet: B5, 4D and 7E. RGB value is (181,77,126). Sum of RGB (Red+Green+Blue) = 181+77+126=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B54D7E is #4AB281. Grayscale: #717171. Windows color (decimal): -4895362 or 8277429. OLE color: 8277429.

HSL color Cylindrical-coordinate representation of color #B54D7E: hue angle of 331.73º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B54D7E is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 77 126 -
CMYK 0 0.57 0.30 0.29
HSL 331.73º 0.41% 0.51% -
HSV(B) 331.73º 0.57% 0.71% -
XYZ 25.48 16.64 21.61 -
YUV 113.68 134.96 176.02 -
System Red Green Blue C M Y K H S L
Decimal 181 77 126 0 0.57 0.30 0.29 331.73 0.41 0.51
Hex B5 4D 7E 0 39 1E 1D 14C 29 33
Octal 265 115 176 0 71 36 35 514 51 63
Binary 10110101 1001101 1111110 0 111001 11110 11101 101001100 101001 110011

Color Harmonies of #B54D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D7E

Black with #B54D7E

Text Example


Text Example

White with #B54D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D7E; }

 p { color: rgb(181,77,126); }

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

background-color css

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

 a { background-color: rgb(181,77,126); }

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

border-color css

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

 span { border-color: rgb(181,77,126); }

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