Html Css Color HEX #BA2FB6 Fuchsia

📋 copy color: '#BA2FB6'

red 186 ◦ green 47 ◦ blue 182

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

Shades of Fuchsia #BA2FB6

Tints of Fuchsia #BA2FB6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

 BLUE value IS 182 (71.48% from 255) = 43.86%

R = 44.82%
G = 11.33%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA2FB6 (or 0xBA2FB6) is known color: Fuchsia. HEX triplet: BA, 2F and B6. RGB value is (186,47,182). Sum of RGB (Red+Green+Blue) = 186+47+182=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 182 (71.48% from 255 or 43.86% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FB6 is #45D049. Grayscale: #676767. Windows color (decimal): -4575306 or 11939770. OLE color: 11939770.

HSL color Cylindrical-coordinate representation of color #BA2FB6: hue angle of 301.73º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA2FB6 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 47 182 -
CMYK 0 0.75 0.02 0.27
HSL 301.73º 0.6% 0.46% -
HSV(B) 301.73º 0.75% 0.73% -
XYZ 29.71 15.85 45.75 -
YUV 103.95 172.05 186.52 -
System Red Green Blue C M Y K H S L
Decimal 186 47 182 0 0.75 0.02 0.27 301.73 0.6 0.46
Hex BA 2F B6 0 4B 2 1B 12E 3C 2E
Octal 272 57 266 0 113 2 33 456 74 56
Binary 10111010 101111 10110110 0 1001011 10 11011 100101110 111100 101110

Color Harmonies of #BA2FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FB6

Black with #BA2FB6

Text Example


Text Example

White with #BA2FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FB6; }

 p { color: rgb(186,47,182); }

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

background-color css

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

 a { background-color: rgb(186,47,182); }

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

border-color css

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

 span { border-color: rgb(186,47,182); }

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