Html Css Color HEX #7050BA Blue Marguerite

📋 copy color: '#7050BA'

red 112 ◦ green 80 ◦ blue 186

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

Shades of Blue Marguerite #7050BA

Tints of Blue Marguerite #7050BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.21%

R = 29.63%
G = 21.16%
B = 49.21%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7050BA (or 0x7050BA) is known color: Blue Marguerite. HEX triplet: 70, 50 and BA. RGB value is (112,80,186). Sum of RGB (Red+Green+Blue) = 112+80+186=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #7050BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7050BA is #8FAF45. Grayscale: #656565. Windows color (decimal): -9416518 or 12210288. OLE color: 12210288.

HSL color Cylindrical-coordinate representation of color #7050BA: hue angle of 258.11º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7050BA is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 80 186 -
CMYK 0.40 0.57 0 0.27
HSL 258.11º 0.43% 0.52% -
HSV(B) 258.11º 0.57% 0.73% -
XYZ 18.41 12.73 47.94 -
YUV 101.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 112 80 186 0.40 0.57 0 0.27 258.11 0.43 0.52
Hex 70 50 BA 28 39 0 1B 102 2B 34
Octal 160 120 272 50 71 0 33 402 53 64
Binary 1110000 1010000 10111010 101000 111001 0 11011 100000010 101011 110100

Color Harmonies of #7050BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7050BA

Black with #7050BA

Text Example


Text Example

White with #7050BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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