Html Css Color HEX #BE3C76 Royal Heath

📋 copy color: '#BE3C76'

red 190 ◦ green 60 ◦ blue 118

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

Shades of Royal Heath #BE3C76

Tints of Royal Heath #BE3C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 51.63%
G = 16.3%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE3C76 (or 0xBE3C76) is known color: Royal Heath. HEX triplet: BE, 3C and 76. RGB value is (190,60,118). Sum of RGB (Red+Green+Blue) = 190+60+118=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C76 is #41C389. Grayscale: #696969. Windows color (decimal): -4309898 or 7748798. OLE color: 7748798.

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

Color convert

RGB 190 60 118 -
CMYK 0 0.68 0.38 0.25
HSL 333.23º 0.52% 0.49% -
HSV(B) 333.23º 0.68% 0.75% -
XYZ 26.12 15.49 18.75 -
YUV 105.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 190 60 118 0 0.68 0.38 0.25 333.23 0.52 0.49
Hex BE 3C 76 0 44 26 19 14D 34 31
Octal 276 74 166 0 104 46 31 515 64 61
Binary 10111110 111100 1110110 0 1000100 100110 11001 101001101 110100 110001

Color Harmonies of #BE3C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C76

Black with #BE3C76

Text Example


Text Example

White with #BE3C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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