Html Css Color HEX #BA27BA Fuchsia

📋 copy color: '#BA27BA'

red 186 ◦ green 39 ◦ blue 186

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

Shades of Fuchsia #BA27BA

Tints of Fuchsia #BA27BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.49%

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

R = 45.26%
G = 9.49%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA27BA (or 0xBA27BA) is known color: Fuchsia. HEX triplet: BA, 27 and BA. RGB value is (186,39,186). Sum of RGB (Red+Green+Blue) = 186+39+186=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA27BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27BA is #45D845. Grayscale: #636363. Windows color (decimal): -4577350 or 12199866. OLE color: 12199866.

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

Color convert

RGB 186 39 186 -
CMYK 0 0.79 0 0.27
HSL 300º 0.65% 0.44% -
HSV(B) 300º 0.79% 0.73% -
XYZ 29.84 15.44 47.86 -
YUV 99.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 186 39 186 0 0.79 0 0.27 300 0.65 0.44
Hex BA 27 BA 0 4F 0 1B 12C 41 2C
Octal 272 47 272 0 117 0 33 454 101 54
Binary 10111010 100111 10111010 0 1001111 0 11011 100101100 1000001 101100

Color Harmonies of #BA27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27BA

Black with #BA27BA

Text Example


Text Example

White with #BA27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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