Html Css Color HEX #BA2FB2 Fuchsia

📋 copy color: '#BA2FB2'

red 186 ◦ green 47 ◦ blue 178

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

Shades of Fuchsia #BA2FB2

Tints of Fuchsia #BA2FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.31%

R = 45.26%
G = 11.44%
B = 43.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA2FB2 (or 0xBA2FB2) is known color: Fuchsia. HEX triplet: BA, 2F and B2. RGB value is (186,47,178). Sum of RGB (Red+Green+Blue) = 186+47+178=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 178 (69.92% from 255 or 43.31% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA2FB2 is #45D04D. Grayscale: #676767. Windows color (decimal): -4575310 or 11677626. OLE color: 11677626.

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

Color convert

RGB 186 47 178 -
CMYK 0 0.75 0.04 0.27
HSL 303.45º 0.6% 0.46% -
HSV(B) 303.45º 0.75% 0.73% -
XYZ 29.3 15.69 43.6 -
YUV 103.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 186 47 178 0 0.75 0.04 0.27 303.45 0.6 0.46
Hex BA 2F B2 0 4B 4 1B 12F 3C 2E
Octal 272 57 262 0 113 4 33 457 74 56
Binary 10111010 101111 10110010 0 1001011 100 11011 100101111 111100 101110

Color Harmonies of #BA2FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FB2

Black with #BA2FB2

Text Example


Text Example

White with #BA2FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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