Html Css Color HEX #BE457B Royal Heath

📋 copy color: '#BE457B'

red 190 ◦ green 69 ◦ blue 123

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

Shades of Royal Heath #BE457B

Tints of Royal Heath #BE457B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

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

R = 49.74%
G = 18.06%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE457B (or 0xBE457B) is known color: Royal Heath. HEX triplet: BE, 45 and 7B. RGB value is (190,69,123). Sum of RGB (Red+Green+Blue) = 190+69+123=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE457B is #41BA84. Grayscale: #6F6F6F. Windows color (decimal): -4307589 or 8078782. OLE color: 8078782.

HSL color Cylindrical-coordinate representation of color #BE457B: hue angle of 333.22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BE457B is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 69 123 -
CMYK 0 0.64 0.35 0.25
HSL 333.22º 0.48% 0.51% -
HSV(B) 333.22º 0.64% 0.75% -
XYZ 26.94 16.63 20.53 -
YUV 111.34 134.59 184.11 -
System Red Green Blue C M Y K H S L
Decimal 190 69 123 0 0.64 0.35 0.25 333.22 0.48 0.51
Hex BE 45 7B 0 40 23 19 14D 30 33
Octal 276 105 173 0 100 43 31 515 60 63
Binary 10111110 1000101 1111011 0 1000000 100011 11001 101001101 110000 110011

Color Harmonies of #BE457B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE457B

Black with #BE457B

Text Example


Text Example

White with #BE457B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE457B; }

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

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

background-color css

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

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

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

border-color css

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

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

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