Html Css Color HEX #BA3FAB Fuchsia

📋 copy color: '#BA3FAB'

red 186 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #BA3FAB

Tints of Fuchsia #BA3FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 15%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 44.29%
G = 15%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA3FAB (or 0xBA3FAB) is known color: Fuchsia. HEX triplet: BA, 3F and AB. RGB value is (186,63,171). Sum of RGB (Red+Green+Blue) = 186+63+171=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3FAB is #45C054. Grayscale: #6F6F6F. Windows color (decimal): -4571221 or 11222970. OLE color: 11222970.

HSL color Cylindrical-coordinate representation of color #BA3FAB: hue angle of 307.32º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA3FAB is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 63 171 -
CMYK 0 0.66 0.08 0.27
HSL 307.32º 0.49% 0.49% -
HSV(B) 307.32º 0.66% 0.73% -
XYZ 29.38 16.93 40.25 -
YUV 112.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 186 63 171 0 0.66 0.08 0.27 307.32 0.49 0.49
Hex BA 3F AB 0 42 8 1B 133 31 31
Octal 272 77 253 0 102 10 33 463 61 61
Binary 10111010 111111 10101011 0 1000010 1000 11011 100110011 110001 110001

Color Harmonies of #BA3FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3FAB

Black with #BA3FAB

Text Example


Text Example

White with #BA3FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3FAB; }

 p { color: rgb(186,63,171); }

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

background-color css

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

 a { background-color: rgb(186,63,171); }

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

border-color css

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

 span { border-color: rgb(186,63,171); }

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