Html Css Color HEX #BA3DAB Fuchsia

📋 copy color: '#BA3DAB'

red 186 ◦ green 61 ◦ blue 171

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

Shades of Fuchsia #BA3DAB

Tints of Fuchsia #BA3DAB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.59%

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

R = 44.5%
G = 14.59%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BA3DAB (or 0xBA3DAB) is known color: Fuchsia. HEX triplet: BA, 3D and AB. RGB value is (186,61,171). Sum of RGB (Red+Green+Blue) = 186+61+171=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA3DAB is #45C254. Grayscale: #6E6E6E. Windows color (decimal): -4571733 or 11222458. OLE color: 11222458.

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

Color convert

RGB 186 61 171 -
CMYK 0 0.67 0.08 0.27
HSL 307.2º 0.51% 0.48% -
HSV(B) 307.2º 0.67% 0.73% -
XYZ 29.27 16.72 40.21 -
YUV 110.92 161.91 181.56 -
System Red Green Blue C M Y K H S L
Decimal 186 61 171 0 0.67 0.08 0.27 307.2 0.51 0.48
Hex BA 3D AB 0 43 8 1B 133 33 30
Octal 272 75 253 0 103 10 33 463 63 60
Binary 10111010 111101 10101011 0 1000011 1000 11011 100110011 110011 110000

Color Harmonies of #BA3DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA3DAB

Black with #BA3DAB

Text Example


Text Example

White with #BA3DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA3DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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