Html Css Color HEX #BE4178 Royal Heath

📋 copy color: '#BE4178'

red 190 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #BE4178

Tints of Royal Heath #BE4178

RGB

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

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

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

R = 50.67%
G = 17.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE4178 (or 0xBE4178) is known color: Royal Heath. HEX triplet: BE, 41 and 78. RGB value is (190,65,120). Sum of RGB (Red+Green+Blue) = 190+65+120=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4178 is #41BE87. Grayscale: #6C6C6C. Windows color (decimal): -4308616 or 7881150. OLE color: 7881150.

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

Color convert

RGB 190 65 120 -
CMYK 0 0.66 0.37 0.25
HSL 333.6º 0.49% 0.5% -
HSV(B) 333.6º 0.66% 0.75% -
XYZ 26.52 16.08 19.48 -
YUV 108.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 190 65 120 0 0.66 0.37 0.25 333.6 0.49 0.5
Hex BE 41 78 0 42 25 19 14E 31 32
Octal 276 101 170 0 102 45 31 516 61 62
Binary 10111110 1000001 1111000 0 1000010 100101 11001 101001110 110001 110010

Color Harmonies of #BE4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4178

Black with #BE4178

Text Example


Text Example

White with #BE4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4178; }

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

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

background-color css

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

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

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

border-color css

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

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

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