Html Css Color HEX #BA5DBA Fuchsia

📋 copy color: '#BA5DBA'

red 186 ◦ green 93 ◦ blue 186

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

Shades of Fuchsia #BA5DBA

Tints of Fuchsia #BA5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20%

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

R = 40%
G = 20%
B = 40%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA5DBA (or 0xBA5DBA) is known color: Fuchsia. HEX triplet: BA, 5D and BA. RGB value is (186,93,186). Sum of RGB (Red+Green+Blue) = 186+93+186=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DBA is #45A245. Grayscale: #838383. Windows color (decimal): -4563526 or 12213690. OLE color: 12213690.

HSL color Cylindrical-coordinate representation of color #BA5DBA: 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.5%. Process color model (Four color, CMYK) of #BA5DBA is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 93 186 -
CMYK 0 0.5 0 0.27
HSL 300º 0.4% 0.55% -
HSV(B) 300º 0.5% 0.73% -
XYZ 33.03 21.81 48.92 -
YUV 131.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 186 93 186 0 0.5 0 0.27 300 0.4 0.55
Hex BA 5D BA 0 32 0 1B 12C 28 37
Octal 272 135 272 0 62 0 33 454 50 67
Binary 10111010 1011101 10111010 0 110010 0 11011 100101100 101000 110111

Color Harmonies of #BA5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DBA

Black with #BA5DBA

Text Example


Text Example

White with #BA5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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