Html Css Color HEX #BE3C78 Royal Heath

📋 copy color: '#BE3C78'

red 190 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #BE3C78

Tints of Royal Heath #BE3C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.22%

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

R = 51.35%
G = 16.22%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE3C78 (or 0xBE3C78) is known color: Royal Heath. HEX triplet: BE, 3C and 78. RGB value is (190,60,120). Sum of RGB (Red+Green+Blue) = 190+60+120=370 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.35% from 370); Green value is 60 (23.83% from 255 or 16.22% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C78 is #41C387. Grayscale: #696969. Windows color (decimal): -4309896 or 7879870. OLE color: 7879870.

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

Color convert

RGB 190 60 120 -
CMYK 0 0.68 0.37 0.25
HSL 332.31º 0.52% 0.49% -
HSV(B) 332.31º 0.68% 0.75% -
XYZ 26.24 15.53 19.38 -
YUV 105.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 190 60 120 0 0.68 0.37 0.25 332.31 0.52 0.49
Hex BE 3C 78 0 44 25 19 14C 34 31
Octal 276 74 170 0 104 45 31 514 64 61
Binary 10111110 111100 1111000 0 1000100 100101 11001 101001100 110100 110001

Color Harmonies of #BE3C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C78

Black with #BE3C78

Text Example


Text Example

White with #BE3C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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