Html Css Color HEX #BA33B5 Fuchsia

📋 copy color: '#BA33B5'

red 186 ◦ green 51 ◦ blue 181

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

Shades of Fuchsia #BA33B5

Tints of Fuchsia #BA33B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 44.5%
G = 12.2%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA33B5 (or 0xBA33B5) is known color: Fuchsia. HEX triplet: BA, 33 and B5. RGB value is (186,51,181). Sum of RGB (Red+Green+Blue) = 186+51+181=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B5 is #45CC4A. Grayscale: #696969. Windows color (decimal): -4574283 or 11875258. OLE color: 11875258.

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

Color convert

RGB 186 51 181 -
CMYK 0 0.73 0.03 0.27
HSL 302.22º 0.57% 0.46% -
HSV(B) 302.22º 0.73% 0.73% -
XYZ 29.77 16.14 45.26 -
YUV 106.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 186 51 181 0 0.73 0.03 0.27 302.22 0.57 0.46
Hex BA 33 B5 0 49 3 1B 12E 39 2E
Octal 272 63 265 0 111 3 33 456 71 56
Binary 10111010 110011 10110101 0 1001001 11 11011 100101110 111001 101110

Color Harmonies of #BA33B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33B5

Black with #BA33B5

Text Example


Text Example

White with #BA33B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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