Html Css Color HEX #BE4E7B Royal Heath

📋 copy color: '#BE4E7B'

red 190 ◦ green 78 ◦ blue 123

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

Shades of Royal Heath #BE4E7B

Tints of Royal Heath #BE4E7B

RGB

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

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

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

R = 48.59%
G = 19.95%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE4E7B (or 0xBE4E7B) is known color: Royal Heath. HEX triplet: BE, 4E and 7B. RGB value is (190,78,123). Sum of RGB (Red+Green+Blue) = 190+78+123=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4E7B is #41B184. Grayscale: #747474. Windows color (decimal): -4305285 or 8081086. OLE color: 8081086.

HSL color Cylindrical-coordinate representation of color #BE4E7B: hue angle of 335.89º 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 #BE4E7B is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 78 123 -
CMYK 0 0.59 0.35 0.25
HSL 335.89º 0.46% 0.53% -
HSV(B) 335.89º 0.59% 0.75% -
XYZ 27.53 17.83 20.73 -
YUV 116.62 131.61 180.34 -
System Red Green Blue C M Y K H S L
Decimal 190 78 123 0 0.59 0.35 0.25 335.89 0.46 0.53
Hex BE 4E 7B 0 3B 23 19 150 2E 35
Octal 276 116 173 0 73 43 31 520 56 65
Binary 10111110 1001110 1111011 0 111011 100011 11001 101010000 101110 110101

Color Harmonies of #BE4E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4E7B

Black with #BE4E7B

Text Example


Text Example

White with #BE4E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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