Html Css Color HEX #7050BE Blue Marguerite

📋 copy color: '#7050BE'

red 112 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #7050BE

Tints of Blue Marguerite #7050BE

RGB

 RED value IS 112 (44.14% from 255) = 29.32%

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 29.32%
G = 20.94%
B = 49.74%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7050BE (or 0x7050BE) is known color: Blue Marguerite. HEX triplet: 70, 50 and BE. RGB value is (112,80,190). Sum of RGB (Red+Green+Blue) = 112+80+190=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #7050BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050BE is #8FAF41. Grayscale: #656565. Windows color (decimal): -9416514 or 12472432. OLE color: 12472432.

HSL color Cylindrical-coordinate representation of color #7050BE: hue angle of 257.45º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7050BE is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 80 190 -
CMYK 0.41 0.58 0 0.25
HSL 257.45º 0.46% 0.53% -
HSV(B) 257.45º 0.58% 0.75% -
XYZ 18.85 12.9 50.21 -
YUV 102.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 112 80 190 0.41 0.58 0 0.25 257.45 0.46 0.53
Hex 70 50 BE 29 3A 0 19 101 2E 35
Octal 160 120 276 51 72 0 31 401 56 65
Binary 1110000 1010000 10111110 101001 111010 0 11001 100000001 101110 110101

Color Harmonies of #7050BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050BE

Black with #7050BE

Text Example


Text Example

White with #7050BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7050BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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