Html Css Color HEX #BA33B9 Fuchsia

📋 copy color: '#BA33B9'

red 186 ◦ green 51 ◦ blue 185

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

Shades of Fuchsia #BA33B9

Tints of Fuchsia #BA33B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 44.08%
G = 12.09%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA33B9 (or 0xBA33B9) is known color: Fuchsia. HEX triplet: BA, 33 and B9. RGB value is (186,51,185). Sum of RGB (Red+Green+Blue) = 186+51+185=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 51 (20.31% from 255 or 12.09% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA33B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA33B9 is #45CC46. Grayscale: #6A6A6A. Windows color (decimal): -4574279 or 12137402. OLE color: 12137402.

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

Color convert

RGB 186 51 185 -
CMYK 0 0.73 0.01 0.27
HSL 300.44º 0.57% 0.46% -
HSV(B) 300.44º 0.73% 0.73% -
XYZ 30.19 16.31 47.46 -
YUV 106.64 172.23 184.6 -
System Red Green Blue C M Y K H S L
Decimal 186 51 185 0 0.73 0.01 0.27 300.44 0.57 0.46
Hex BA 33 B9 0 49 1 1B 12C 39 2E
Octal 272 63 271 0 111 1 33 454 71 56
Binary 10111010 110011 10111001 0 1001001 1 11011 100101100 111001 101110

Color Harmonies of #BA33B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA33B9

Black with #BA33B9

Text Example


Text Example

White with #BA33B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA33B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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