Html Css Color HEX #BE3E71 Royal Heath

📋 copy color: '#BE3E71'

red 190 ◦ green 62 ◦ blue 113

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

Shades of Royal Heath #BE3E71

Tints of Royal Heath #BE3E71

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

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

R = 52.05%
G = 16.99%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE3E71 (or 0xBE3E71) is known color: Royal Heath. HEX triplet: BE, 3E and 71. RGB value is (190,62,113). Sum of RGB (Red+Green+Blue) = 190+62+113=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3E71 is #41C18E. Grayscale: #6A6A6A. Windows color (decimal): -4309391 or 7421630. OLE color: 7421630.

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

Color convert

RGB 190 62 113 -
CMYK 0 0.67 0.41 0.25
HSL 336.09º 0.51% 0.49% -
HSV(B) 336.09º 0.67% 0.75% -
XYZ 25.94 15.58 17.26 -
YUV 106.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 190 62 113 0 0.67 0.41 0.25 336.09 0.51 0.49
Hex BE 3E 71 0 43 29 19 150 33 31
Octal 276 76 161 0 103 51 31 520 63 61
Binary 10111110 111110 1110001 0 1000011 101001 11001 101010000 110011 110001

Color Harmonies of #BE3E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3E71

Black with #BE3E71

Text Example


Text Example

White with #BE3E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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