Html Css Color HEX #BA5CBA Fuchsia

📋 copy color: '#BA5CBA'

red 186 ◦ green 92 ◦ blue 186

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

Shades of Fuchsia #BA5CBA

Tints of Fuchsia #BA5CBA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.83%

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

R = 40.09%
G = 19.83%
B = 40.09%

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

#BA5CBA (or 0xBA5CBA) is known color: Fuchsia. HEX triplet: BA, 5C and BA. RGB value is (186,92,186). Sum of RGB (Red+Green+Blue) = 186+92+186=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA5CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CBA is #45A345. Grayscale: #828282. Windows color (decimal): -4563782 or 12213434. OLE color: 12213434.

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

Color convert

RGB 186 92 186 -
CMYK 0 0.51 0 0.27
HSL 300º 0.41% 0.55% -
HSV(B) 300º 0.51% 0.73% -
XYZ 32.94 21.64 48.89 -
YUV 130.82 159.14 167.36 -
System Red Green Blue C M Y K H S L
Decimal 186 92 186 0 0.51 0 0.27 300 0.41 0.55
Hex BA 5C BA 0 33 0 1B 12C 29 37
Octal 272 134 272 0 63 0 33 454 51 67
Binary 10111010 1011100 10111010 0 110011 0 11011 100101100 101001 110111

Color Harmonies of #BA5CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CBA

Black with #BA5CBA

Text Example


Text Example

White with #BA5CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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