Html Css Color HEX #BA5BBA Fuchsia

📋 copy color: '#BA5BBA'

red 186 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #BA5BBA

Tints of Fuchsia #BA5BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

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

R = 40.17%
G = 19.65%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA5BBA (or 0xBA5BBA) is known color: Fuchsia. HEX triplet: BA, 5B and BA. RGB value is (186,91,186). Sum of RGB (Red+Green+Blue) = 186+91+186=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5BBA is #45A445. Grayscale: #818181. Windows color (decimal): -4564038 or 12213178. OLE color: 12213178.

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

Color convert

RGB 186 91 186 -
CMYK 0 0.51 0 0.27
HSL 300º 0.41% 0.54% -
HSV(B) 300º 0.51% 0.73% -
XYZ 32.85 21.47 48.87 -
YUV 130.24 159.47 167.78 -
System Red Green Blue C M Y K H S L
Decimal 186 91 186 0 0.51 0 0.27 300 0.41 0.54
Hex BA 5B BA 0 33 0 1B 12C 29 36
Octal 272 133 272 0 63 0 33 454 51 66
Binary 10111010 1011011 10111010 0 110011 0 11011 100101100 101001 110110

Color Harmonies of #BA5BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5BBA

Black with #BA5BBA

Text Example


Text Example

White with #BA5BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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