Html Css Color HEX #BA5EBA Fuchsia

📋 copy color: '#BA5EBA'

red 186 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #BA5EBA

Tints of Fuchsia #BA5EBA

RGB

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

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

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

R = 39.91%
G = 20.17%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA5EBA (or 0xBA5EBA) is known color: Fuchsia. HEX triplet: BA, 5E and BA. RGB value is (186,94,186). Sum of RGB (Red+Green+Blue) = 186+94+186=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5EBA is #45A145. Grayscale: #838383. Windows color (decimal): -4563270 or 12213946. OLE color: 12213946.

HSL color Cylindrical-coordinate representation of color #BA5EBA: hue angle of 300º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA5EBA is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 186 -
CMYK 0 0.49 0 0.27
HSL 300º 0.4% 0.55% -
HSV(B) 300º 0.49% 0.73% -
XYZ 33.12 21.99 48.95 -
YUV 132 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 186 94 186 0 0.49 0 0.27 300 0.4 0.55
Hex BA 5E BA 0 31 0 1B 12C 28 37
Octal 272 136 272 0 61 0 33 454 50 67
Binary 10111010 1011110 10111010 0 110001 0 11011 100101100 101000 110111

Color Harmonies of #BA5EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5EBA

Black with #BA5EBA

Text Example


Text Example

White with #BA5EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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