Html Css Color HEX #BE5C78 Royal Heath

📋 copy color: '#BE5C78'

red 190 ◦ green 92 ◦ blue 120

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

Shades of Royal Heath #BE5C78

Tints of Royal Heath #BE5C78

RGB

 RED value IS 190 (74.61% from 255) = 47.26%

 GREEN value IS 92 (36.33% from 255) = 22.89%

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

R = 47.26%
G = 22.89%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE5C78 (or 0xBE5C78) is known color: Royal Heath. HEX triplet: BE, 5C and 78. RGB value is (190,92,120). Sum of RGB (Red+Green+Blue) = 190+92+120=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5C78 is #41A387. Grayscale: #7C7C7C. Windows color (decimal): -4301704 or 7888062. OLE color: 7888062.

HSL color Cylindrical-coordinate representation of color #BE5C78: hue angle of 342.86º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5C78 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 92 120 -
CMYK 0 0.52 0.37 0.25
HSL 342.86º 0.43% 0.55% -
HSV(B) 342.86º 0.52% 0.75% -
XYZ 28.45 19.96 20.12 -
YUV 124.49 125.47 174.72 -
System Red Green Blue C M Y K H S L
Decimal 190 92 120 0 0.52 0.37 0.25 342.86 0.43 0.55
Hex BE 5C 78 0 34 25 19 157 2B 37
Octal 276 134 170 0 64 45 31 527 53 67
Binary 10111110 1011100 1111000 0 110100 100101 11001 101010111 101011 110111

Color Harmonies of #BE5C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5C78

Black with #BE5C78

Text Example


Text Example

White with #BE5C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5C78; }

 p { color: rgb(190,92,120); }

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

background-color css

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

 a { background-color: rgb(190,92,120); }

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

border-color css

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

 span { border-color: rgb(190,92,120); }

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