Html Css Color HEX #BA2FB9 Fuchsia

📋 copy color: '#BA2FB9'

red 186 ◦ green 47 ◦ blue 185

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

Shades of Fuchsia #BA2FB9

Tints of Fuchsia #BA2FB9

RGB

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

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

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

R = 44.5%
G = 11.24%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA2FB9 (or 0xBA2FB9) is known color: Fuchsia. HEX triplet: BA, 2F and B9. RGB value is (186,47,185). Sum of RGB (Red+Green+Blue) = 186+47+185=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 47 (18.75% from 255 or 11.24% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FB9 is #45D046. Grayscale: #676767. Windows color (decimal): -4575303 or 12136378. OLE color: 12136378.

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

Color convert

RGB 186 47 185 -
CMYK 0 0.75 0.01 0.27
HSL 300.43º 0.6% 0.46% -
HSV(B) 300.43º 0.75% 0.73% -
XYZ 30.02 15.97 47.4 -
YUV 104.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 186 47 185 0 0.75 0.01 0.27 300.43 0.6 0.46
Hex BA 2F B9 0 4B 1 1B 12C 3C 2E
Octal 272 57 271 0 113 1 33 454 74 56
Binary 10111010 101111 10111001 0 1001011 1 11011 100101100 111100 101110

Color Harmonies of #BA2FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FB9

Black with #BA2FB9

Text Example


Text Example

White with #BA2FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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