Html Css Color HEX #BE3771 Royal Heath

📋 copy color: '#BE3771'

red 190 ◦ green 55 ◦ blue 113

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

Shades of Royal Heath #BE3771

Tints of Royal Heath #BE3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.36%

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 53.07%
G = 15.36%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE3771 (or 0xBE3771) is known color: Royal Heath. HEX triplet: BE, 37 and 71. RGB value is (190,55,113). Sum of RGB (Red+Green+Blue) = 190+55+113=358 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.07% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3771 is #41C88E. Grayscale: #656565. Windows color (decimal): -4311183 or 7419838. OLE color: 7419838.

HSL color Cylindrical-coordinate representation of color #BE3771: hue angle of 334.22º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE3771 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 55 113 -
CMYK 0 0.71 0.41 0.25
HSL 334.22º 0.55% 0.48% -
HSV(B) 334.22º 0.71% 0.75% -
XYZ 25.58 14.87 17.15 -
YUV 101.98 134.23 190.78 -
System Red Green Blue C M Y K H S L
Decimal 190 55 113 0 0.71 0.41 0.25 334.22 0.55 0.48
Hex BE 37 71 0 47 29 19 14E 37 30
Octal 276 67 161 0 107 51 31 516 67 60
Binary 10111110 110111 1110001 0 1000111 101001 11001 101001110 110111 110000

Color Harmonies of #BE3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3771

Black with #BE3771

Text Example


Text Example

White with #BE3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3771; }

 p { color: rgb(190,55,113); }

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

background-color css

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

 a { background-color: rgb(190,55,113); }

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

border-color css

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

 span { border-color: rgb(190,55,113); }

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