Html Css Color HEX #BE4B78 Royal Heath

📋 copy color: '#BE4B78'

red 190 ◦ green 75 ◦ blue 120

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

Shades of Royal Heath #BE4B78

Tints of Royal Heath #BE4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.48%

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

R = 49.35%
G = 19.48%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE4B78 (or 0xBE4B78) is known color: Royal Heath. HEX triplet: BE, 4B and 78. RGB value is (190,75,120). Sum of RGB (Red+Green+Blue) = 190+75+120=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B78 is #41B487. Grayscale: #727272. Windows color (decimal): -4306056 or 7883710. OLE color: 7883710.

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

Color convert

RGB 190 75 120 -
CMYK 0 0.61 0.37 0.25
HSL 336.52º 0.47% 0.52% -
HSV(B) 336.52º 0.61% 0.75% -
XYZ 27.14 17.34 19.68 -
YUV 114.52 131.1 181.84 -
System Red Green Blue C M Y K H S L
Decimal 190 75 120 0 0.61 0.37 0.25 336.52 0.47 0.52
Hex BE 4B 78 0 3D 25 19 151 2F 34
Octal 276 113 170 0 75 45 31 521 57 64
Binary 10111110 1001011 1111000 0 111101 100101 11001 101010001 101111 110100

Color Harmonies of #BE4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B78

Black with #BE4B78

Text Example


Text Example

White with #BE4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B78; }

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

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

background-color css

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

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

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

border-color css

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

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

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