Html Css Color HEX #BA3BB0 Fuchsia

📋 copy color: '#BA3BB0'

red 186 ◦ green 59 ◦ blue 176

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

Shades of Fuchsia #BA3BB0

Tints of Fuchsia #BA3BB0

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.01%

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

R = 44.18%
G = 14.01%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA3BB0 (or 0xBA3BB0) is known color: Fuchsia. HEX triplet: BA, 3B and B0. RGB value is (186,59,176). Sum of RGB (Red+Green+Blue) = 186+59+176=421 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.18% from 421); Green value is 59 (23.44% from 255 or 14.01% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3BB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3BB0 is #45C44F. Grayscale: #6D6D6D. Windows color (decimal): -4572240 or 11549626. OLE color: 11549626.

HSL color Cylindrical-coordinate representation of color #BA3BB0: hue angle of 304.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA3BB0 is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 59 176 -
CMYK 0 0.68 0.05 0.27
HSL 304.72º 0.52% 0.48% -
HSV(B) 304.72º 0.68% 0.73% -
XYZ 29.65 16.7 42.74 -
YUV 110.31 165.08 181.99 -
System Red Green Blue C M Y K H S L
Decimal 186 59 176 0 0.68 0.05 0.27 304.72 0.52 0.48
Hex BA 3B B0 0 44 5 1B 131 34 30
Octal 272 73 260 0 104 5 33 461 64 60
Binary 10111010 111011 10110000 0 1000100 101 11011 100110001 110100 110000

Color Harmonies of #BA3BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3BB0

Black with #BA3BB0

Text Example


Text Example

White with #BA3BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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