Html Css Color HEX #BE3570 Royal Heath

📋 copy color: '#BE3570'

red 190 ◦ green 53 ◦ blue 112

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

Shades of Royal Heath #BE3570

Tints of Royal Heath #BE3570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 112 (44.14% from 255) = 31.55%

R = 53.52%
G = 14.93%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE3570 (or 0xBE3570) is known color: Royal Heath. HEX triplet: BE, 35 and 70. RGB value is (190,53,112). Sum of RGB (Red+Green+Blue) = 190+53+112=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3570 is #41CA8F. Grayscale: #646464. Windows color (decimal): -4311696 or 7353790. OLE color: 7353790.

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

Color convert

RGB 190 53 112 -
CMYK 0 0.72 0.41 0.25
HSL 334.16º 0.56% 0.48% -
HSV(B) 334.16º 0.72% 0.75% -
XYZ 25.43 14.66 16.82 -
YUV 100.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 190 53 112 0 0.72 0.41 0.25 334.16 0.56 0.48
Hex BE 35 70 0 48 29 19 14E 38 30
Octal 276 65 160 0 110 51 31 516 70 60
Binary 10111110 110101 1110000 0 1001000 101001 11001 101001110 111000 110000

Color Harmonies of #BE3570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3570

Black with #BE3570

Text Example


Text Example

White with #BE3570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3570; }

 p { color: rgb(190,53,112); }

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

background-color css

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

 a { background-color: rgb(190,53,112); }

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

border-color css

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

 span { border-color: rgb(190,53,112); }

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