Html Css Color HEX #BA5EBC Fuchsia

📋 copy color: '#BA5EBC'

red 186 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #BA5EBC

Tints of Fuchsia #BA5EBC

RGB

 RED value IS 186 (73.05% from 255) = 39.74%

 GREEN value IS 94 (37.11% from 255) = 20.09%

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

R = 39.74%
G = 20.09%
B = 40.17%

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA5EBC (or 0xBA5EBC) is known color: Fuchsia. HEX triplet: BA, 5E and BC. RGB value is (186,94,188). Sum of RGB (Red+Green+Blue) = 186+94+188=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA5EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EBC is #45A143. Grayscale: #838383. Windows color (decimal): -4563268 or 12345018. OLE color: 12345018.

HSL color Cylindrical-coordinate representation of color #BA5EBC: hue angle of 298.72º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA5EBC is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 94 188 -
CMYK 0.01 0.50 0 0.26
HSL 298.72º 0.41% 0.55% -
HSV(B) 298.72º 0.5% 0.74% -
XYZ 33.33 22.08 50.08 -
YUV 132.22 159.48 166.36 -
System Red Green Blue C M Y K H S L
Decimal 186 94 188 0.01 0.50 0 0.26 298.72 0.41 0.55
Hex BA 5E BC 1 32 0 1A 12B 29 37
Octal 272 136 274 1 62 0 32 453 51 67
Binary 10111010 1011110 10111100 1 110010 0 11010 100101011 101001 110111

Color Harmonies of #BA5EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EBC

Black with #BA5EBC

Text Example


Text Example

White with #BA5EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EBC; }

 p { color: rgb(186,94,188); }

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

background-color css

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

 a { background-color: rgb(186,94,188); }

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

border-color css

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

 span { border-color: rgb(186,94,188); }

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