Html Css Color HEX #BE3C73 Royal Heath

📋 copy color: '#BE3C73'

red 190 ◦ green 60 ◦ blue 115

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

Shades of Royal Heath #BE3C73

Tints of Royal Heath #BE3C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 52.05%
G = 16.44%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE3C73 (or 0xBE3C73) is known color: Royal Heath. HEX triplet: BE, 3C and 73. RGB value is (190,60,115). Sum of RGB (Red+Green+Blue) = 190+60+115=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C73 is #41C38C. Grayscale: #696969. Windows color (decimal): -4309901 or 7552190. OLE color: 7552190.

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

Color convert

RGB 190 60 115 -
CMYK 0 0.68 0.39 0.25
HSL 334.62º 0.52% 0.49% -
HSV(B) 334.62º 0.68% 0.75% -
XYZ 25.95 15.42 17.83 -
YUV 105.14 133.57 188.53 -
System Red Green Blue C M Y K H S L
Decimal 190 60 115 0 0.68 0.39 0.25 334.62 0.52 0.49
Hex BE 3C 73 0 44 27 19 14F 34 31
Octal 276 74 163 0 104 47 31 517 64 61
Binary 10111110 111100 1110011 0 1000100 100111 11001 101001111 110100 110001

Color Harmonies of #BE3C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3C73

Black with #BE3C73

Text Example


Text Example

White with #BE3C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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