Html Css Color HEX #BE417D Royal Heath

📋 copy color: '#BE417D'

red 190 ◦ green 65 ◦ blue 125

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

Shades of Royal Heath #BE417D

Tints of Royal Heath #BE417D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

 BLUE value IS 125 (49.22% from 255) = 32.89%

R = 50%
G = 17.11%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE417D (or 0xBE417D) is known color: Royal Heath. HEX triplet: BE, 41 and 7D. RGB value is (190,65,125). Sum of RGB (Red+Green+Blue) = 190+65+125=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE417D is #41BE82. Grayscale: #6D6D6D. Windows color (decimal): -4308611 or 8208830. OLE color: 8208830.

HSL color Cylindrical-coordinate representation of color #BE417D: hue angle of 331.2º degrees, saturation: 0.49, 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 #BE417D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 65 125 -
CMYK 0 0.66 0.34 0.25
HSL 331.2º 0.49% 0.5% -
HSV(B) 331.2º 0.66% 0.75% -
XYZ 26.83 16.21 21.12 -
YUV 109.22 136.91 185.62 -
System Red Green Blue C M Y K H S L
Decimal 190 65 125 0 0.66 0.34 0.25 331.2 0.49 0.5
Hex BE 41 7D 0 42 22 19 14B 31 32
Octal 276 101 175 0 102 42 31 513 61 62
Binary 10111110 1000001 1111101 0 1000010 100010 11001 101001011 110001 110010

Color Harmonies of #BE417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE417D

Black with #BE417D

Text Example


Text Example

White with #BE417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE417D; }

 p { color: rgb(190,65,125); }

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

background-color css

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

 a { background-color: rgb(190,65,125); }

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

border-color css

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

 span { border-color: rgb(190,65,125); }

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