Html Css Color HEX #BE4E7F Royal Heath

📋 copy color: '#BE4E7F'

red 190 ◦ green 78 ◦ blue 127

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

Shades of Royal Heath #BE4E7F

Tints of Royal Heath #BE4E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.75%

 BLUE value IS 127 (50% from 255) = 32.15%

R = 48.1%
G = 19.75%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE4E7F (or 0xBE4E7F) is known color: Royal Heath. HEX triplet: BE, 4E and 7F. RGB value is (190,78,127). Sum of RGB (Red+Green+Blue) = 190+78+127=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E7F is #41B180. Grayscale: #747474. Windows color (decimal): -4305281 or 8343230. OLE color: 8343230.

HSL color Cylindrical-coordinate representation of color #BE4E7F: hue angle of 333.75º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4E7F is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 78 127 -
CMYK 0 0.59 0.33 0.25
HSL 333.75º 0.46% 0.53% -
HSV(B) 333.75º 0.59% 0.75% -
XYZ 27.79 17.93 22.07 -
YUV 117.07 133.61 180.02 -
System Red Green Blue C M Y K H S L
Decimal 190 78 127 0 0.59 0.33 0.25 333.75 0.46 0.53
Hex BE 4E 7F 0 3B 21 19 14E 2E 35
Octal 276 116 177 0 73 41 31 516 56 65
Binary 10111110 1001110 1111111 0 111011 100001 11001 101001110 101110 110101

Color Harmonies of #BE4E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4E7F

Black with #BE4E7F

Text Example


Text Example

White with #BE4E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4E7F; }

 p { color: rgb(190,78,127); }

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

background-color css

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

 a { background-color: rgb(190,78,127); }

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

border-color css

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

 span { border-color: rgb(190,78,127); }

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