Html Css Color HEX #7148BC Blue Marguerite

📋 copy color: '#7148BC'

red 113 ◦ green 72 ◦ blue 188

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

Shades of Blue Marguerite #7148BC

Tints of Blue Marguerite #7148BC

RGB

 RED value IS 113 (44.53% from 255) = 30.29%

 GREEN value IS 72 (28.52% from 255) = 19.3%

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 30.29%
G = 19.3%
B = 50.4%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7148BC (or 0x7148BC) is known color: Blue Marguerite. HEX triplet: 71, 48 and BC. RGB value is (113,72,188). Sum of RGB (Red+Green+Blue) = 113+72+188=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #7148BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7148BC is #8EB743. Grayscale: #616161. Windows color (decimal): -9353028 or 12339313. OLE color: 12339313.

HSL color Cylindrical-coordinate representation of color #7148BC: hue angle of 261.21º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7148BC is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 72 188 -
CMYK 0.40 0.62 0 0.26
HSL 261.21º 0.46% 0.51% -
HSV(B) 261.21º 0.62% 0.74% -
XYZ 18.2 11.78 48.89 -
YUV 97.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 113 72 188 0.40 0.62 0 0.26 261.21 0.46 0.51
Hex 71 48 BC 28 3E 0 1A 105 2E 33
Octal 161 110 274 50 76 0 32 405 56 63
Binary 1110001 1001000 10111100 101000 111110 0 11010 100000101 101110 110011

Color Harmonies of #7148BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7148BC

Black with #7148BC

Text Example


Text Example

White with #7148BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7148BC; }

 p { color: rgb(113,72,188); }

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

background-color css

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

 a { background-color: rgb(113,72,188); }

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

border-color css

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

 span { border-color: rgb(113,72,188); }

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