Html Css Color HEX #B54A7B Royal Heath

📋 copy color: '#B54A7B'

red 181 ◦ green 74 ◦ blue 123

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

Shades of Royal Heath #B54A7B

Tints of Royal Heath #B54A7B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 123 (48.44% from 255) = 32.54%

R = 47.88%
G = 19.58%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B54A7B (or 0xB54A7B) is known color: Royal Heath. HEX triplet: B5, 4A and 7B. RGB value is (181,74,123). Sum of RGB (Red+Green+Blue) = 181+74+123=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54A7B is #4AB584. Grayscale: #6F6F6F. Windows color (decimal): -4896133 or 8080053. OLE color: 8080053.

HSL color Cylindrical-coordinate representation of color #B54A7B: hue angle of 332.52º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B54A7B is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 74 123 -
CMYK 0 0.59 0.32 0.29
HSL 332.52º 0.42% 0.5% -
HSV(B) 332.52º 0.59% 0.71% -
XYZ 25.08 16.15 20.53 -
YUV 111.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 181 74 123 0 0.59 0.32 0.29 332.52 0.42 0.5
Hex B5 4A 7B 0 3B 20 1D 14D 2A 32
Octal 265 112 173 0 73 40 35 515 52 62
Binary 10110101 1001010 1111011 0 111011 100000 11101 101001101 101010 110010

Color Harmonies of #B54A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A7B

Black with #B54A7B

Text Example


Text Example

White with #B54A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A7B; }

 p { color: rgb(181,74,123); }

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

background-color css

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

 a { background-color: rgb(181,74,123); }

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

border-color css

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

 span { border-color: rgb(181,74,123); }

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