Html Css Color HEX #BA33BA Fuchsia

📋 copy color: '#BA33BA'

red 186 ◦ green 51 ◦ blue 186

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

Shades of Fuchsia #BA33BA

Tints of Fuchsia #BA33BA

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.06%

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

R = 43.97%
G = 12.06%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA33BA (or 0xBA33BA) is known color: Fuchsia. HEX triplet: BA, 33 and BA. RGB value is (186,51,186). Sum of RGB (Red+Green+Blue) = 186+51+186=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA33BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33BA is #45CC45. Grayscale: #6A6A6A. Windows color (decimal): -4574278 or 12202938. OLE color: 12202938.

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

Color convert

RGB 186 51 186 -
CMYK 0 0.73 0 0.27
HSL 300º 0.57% 0.46% -
HSV(B) 300º 0.73% 0.73% -
XYZ 30.3 16.35 48.01 -
YUV 106.76 172.73 184.52 -
System Red Green Blue C M Y K H S L
Decimal 186 51 186 0 0.73 0 0.27 300 0.57 0.46
Hex BA 33 BA 0 49 0 1B 12C 39 2E
Octal 272 63 272 0 111 0 33 454 71 56
Binary 10111010 110011 10111010 0 1001001 0 11011 100101100 111001 101110

Color Harmonies of #BA33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33BA

Black with #BA33BA

Text Example


Text Example

White with #BA33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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