Html Css Color HEX #BA33B3 Fuchsia

📋 copy color: '#BA33B3'

red 186 ◦ green 51 ◦ blue 179

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

Shades of Fuchsia #BA33B3

Tints of Fuchsia #BA33B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.03%

R = 44.71%
G = 12.26%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA33B3 (or 0xBA33B3) is known color: Fuchsia. HEX triplet: BA, 33 and B3. RGB value is (186,51,179). Sum of RGB (Red+Green+Blue) = 186+51+179=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 51 (20.31% from 255 or 12.26% from 416); Blue value is 179 (70.31% from 255 or 43.03% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B3 is #45CC4C. Grayscale: #696969. Windows color (decimal): -4574285 or 11744186. OLE color: 11744186.

HSL color Cylindrical-coordinate representation of color #BA33B3: hue angle of 303.11º 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 #BA33B3 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 51 179 -
CMYK 0 0.73 0.04 0.27
HSL 303.11º 0.57% 0.46% -
HSV(B) 303.11º 0.73% 0.73% -
XYZ 29.57 16.06 44.19 -
YUV 105.96 169.23 185.09 -
System Red Green Blue C M Y K H S L
Decimal 186 51 179 0 0.73 0.04 0.27 303.11 0.57 0.46
Hex BA 33 B3 0 49 4 1B 12F 39 2E
Octal 272 63 263 0 111 4 33 457 71 56
Binary 10111010 110011 10110011 0 1001001 100 11011 100101111 111001 101110

Color Harmonies of #BA33B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33B3

Black with #BA33B3

Text Example


Text Example

White with #BA33B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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