Html Css Color HEX #B54378 Royal Heath

📋 copy color: '#B54378'

red 181 ◦ green 67 ◦ blue 120

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

Shades of Royal Heath #B54378

Tints of Royal Heath #B54378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.21%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 49.18%
G = 18.21%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B54378 (or 0xB54378) is known color: Royal Heath. HEX triplet: B5, 43 and 78. RGB value is (181,67,120). Sum of RGB (Red+Green+Blue) = 181+67+120=368 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.18% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 181 - color contains mainly: red. Hex color #B54378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54378 is #4ABC87. Grayscale: #6B6B6B. Windows color (decimal): -4897928 or 7881653. OLE color: 7881653.

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

Color convert

RGB 181 67 120 -
CMYK 0 0.63 0.34 0.29
HSL 332.11º 0.46% 0.49% -
HSV(B) 332.11º 0.63% 0.71% -
XYZ 24.45 15.19 19.41 -
YUV 107.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 181 67 120 0 0.63 0.34 0.29 332.11 0.46 0.49
Hex B5 43 78 0 3F 22 1D 14C 2E 31
Octal 265 103 170 0 77 42 35 514 56 61
Binary 10110101 1000011 1111000 0 111111 100010 11101 101001100 101110 110001

Color Harmonies of #B54378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54378

Black with #B54378

Text Example


Text Example

White with #B54378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54378; }

 p { color: rgb(181,67,120); }

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

background-color css

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

 a { background-color: rgb(181,67,120); }

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

border-color css

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

 span { border-color: rgb(181,67,120); }

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