Html Css Color HEX #BE3F78 Royal Heath

📋 copy color: '#BE3F78'

red 190 ◦ green 63 ◦ blue 120

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

Shades of Royal Heath #BE3F78

Tints of Royal Heath #BE3F78

RGB

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

 GREEN value IS 63 (25% from 255) = 16.89%

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 50.94%
G = 16.89%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE3F78 (or 0xBE3F78) is known color: Royal Heath. HEX triplet: BE, 3F and 78. RGB value is (190,63,120). Sum of RGB (Red+Green+Blue) = 190+63+120=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 63 (25% from 255 or 16.89% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3F78 is #41C087. Grayscale: #6B6B6B. Windows color (decimal): -4309128 or 7880638. OLE color: 7880638.

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

Color convert

RGB 190 63 120 -
CMYK 0 0.67 0.37 0.25
HSL 333.07º 0.5% 0.5% -
HSV(B) 333.07º 0.67% 0.75% -
XYZ 26.4 15.86 19.44 -
YUV 107.47 135.08 186.87 -
System Red Green Blue C M Y K H S L
Decimal 190 63 120 0 0.67 0.37 0.25 333.07 0.5 0.5
Hex BE 3F 78 0 43 25 19 14D 32 32
Octal 276 77 170 0 103 45 31 515 62 62
Binary 10111110 111111 1111000 0 1000011 100101 11001 101001101 110010 110010

Color Harmonies of #BE3F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3F78

Black with #BE3F78

Text Example


Text Example

White with #BE3F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3F78; }

 p { color: rgb(190,63,120); }

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

background-color css

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

 a { background-color: rgb(190,63,120); }

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

border-color css

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

 span { border-color: rgb(190,63,120); }

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