Html Css Color HEX #BA2FB7 Fuchsia

📋 copy color: '#BA2FB7'

red 186 ◦ green 47 ◦ blue 183

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

Shades of Fuchsia #BA2FB7

Tints of Fuchsia #BA2FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 43.99%

R = 44.71%
G = 11.3%
B = 43.99%

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

#BA2FB7 (or 0xBA2FB7) is known color: Fuchsia. HEX triplet: BA, 2F and B7. RGB value is (186,47,183). Sum of RGB (Red+Green+Blue) = 186+47+183=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 183 (71.88% from 255 or 43.99% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2FB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FB7 is #45D048. Grayscale: #676767. Windows color (decimal): -4575305 or 12005306. OLE color: 12005306.

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

Color convert

RGB 186 47 183 -
CMYK 0 0.75 0.02 0.27
HSL 301.3º 0.6% 0.46% -
HSV(B) 301.3º 0.75% 0.73% -
XYZ 29.81 15.89 46.3 -
YUV 104.07 172.55 186.44 -
System Red Green Blue C M Y K H S L
Decimal 186 47 183 0 0.75 0.02 0.27 301.3 0.6 0.46
Hex BA 2F B7 0 4B 2 1B 12D 3C 2E
Octal 272 57 267 0 113 2 33 455 74 56
Binary 10111010 101111 10110111 0 1001011 10 11011 100101101 111100 101110

Color Harmonies of #BA2FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FB7

Black with #BA2FB7

Text Example


Text Example

White with #BA2FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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