Html Css Color HEX #BA33B0 Fuchsia

📋 copy color: '#BA33B0'

red 186 ◦ green 51 ◦ blue 176

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

Shades of Fuchsia #BA33B0

Tints of Fuchsia #BA33B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.62%

R = 45.04%
G = 12.35%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA33B0 (or 0xBA33B0) is known color: Fuchsia. HEX triplet: BA, 33 and B0. RGB value is (186,51,176). Sum of RGB (Red+Green+Blue) = 186+51+176=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 176 (69.14% from 255 or 42.62% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33B0 is #45CC4F. Grayscale: #696969. Windows color (decimal): -4574288 or 11547578. OLE color: 11547578.

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

Color convert

RGB 186 51 176 -
CMYK 0 0.73 0.05 0.27
HSL 304.44º 0.57% 0.46% -
HSV(B) 304.44º 0.73% 0.73% -
XYZ 29.27 15.94 42.61 -
YUV 105.62 167.73 185.34 -
System Red Green Blue C M Y K H S L
Decimal 186 51 176 0 0.73 0.05 0.27 304.44 0.57 0.46
Hex BA 33 B0 0 49 5 1B 130 39 2E
Octal 272 63 260 0 111 5 33 460 71 56
Binary 10111010 110011 10110000 0 1001001 101 11011 100110000 111001 101110

Color Harmonies of #BA33B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33B0

Black with #BA33B0

Text Example


Text Example

White with #BA33B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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