Html Css Color HEX #BA33B1 Fuchsia

📋 copy color: '#BA33B1'

red 186 ◦ green 51 ◦ blue 177

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

Shades of Fuchsia #BA33B1

Tints of Fuchsia #BA33B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.75%

R = 44.93%
G = 12.32%
B = 42.75%

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

#BA33B1 (or 0xBA33B1) is known color: Fuchsia. HEX triplet: BA, 33 and B1. RGB value is (186,51,177). Sum of RGB (Red+Green+Blue) = 186+51+177=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA33B1 is #45CC4E. Grayscale: #696969. Windows color (decimal): -4574287 or 11613114. OLE color: 11613114.

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

Color convert

RGB 186 51 177 -
CMYK 0 0.73 0.05 0.27
HSL 304º 0.57% 0.46% -
HSV(B) 304º 0.73% 0.73% -
XYZ 29.37 15.98 43.13 -
YUV 105.73 168.23 185.25 -
System Red Green Blue C M Y K H S L
Decimal 186 51 177 0 0.73 0.05 0.27 304 0.57 0.46
Hex BA 33 B1 0 49 5 1B 130 39 2E
Octal 272 63 261 0 111 5 33 460 71 56
Binary 10111010 110011 10110001 0 1001001 101 11011 100110000 111001 101110

Color Harmonies of #BA33B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33B1

Black with #BA33B1

Text Example


Text Example

White with #BA33B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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