Html Css Color HEX #BE407B Royal Heath

📋 copy color: '#BE407B'

red 190 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #BE407B

Tints of Royal Heath #BE407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 50.4%
G = 16.98%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE407B (or 0xBE407B) is known color: Royal Heath. HEX triplet: BE, 40 and 7B. RGB value is (190,64,123). Sum of RGB (Red+Green+Blue) = 190+64+123=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE407B is #41BF84. Grayscale: #6C6C6C. Windows color (decimal): -4308869 or 8077502. OLE color: 8077502.

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

Color convert

RGB 190 64 123 -
CMYK 0 0.66 0.35 0.25
HSL 331.9º 0.5% 0.5% -
HSV(B) 331.9º 0.66% 0.75% -
XYZ 26.64 16.04 20.43 -
YUV 108.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 190 64 123 0 0.66 0.35 0.25 331.9 0.5 0.5
Hex BE 40 7B 0 42 23 19 14C 32 32
Octal 276 100 173 0 102 43 31 514 62 62
Binary 10111110 1000000 1111011 0 1000010 100011 11001 101001100 110010 110010

Color Harmonies of #BE407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE407B

Black with #BE407B

Text Example


Text Example

White with #BE407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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