Html Css Color HEX #BA2FBE Fuchsia

📋 copy color: '#BA2FBE'

red 186 ◦ green 47 ◦ blue 190

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

Shades of Fuchsia #BA2FBE

Tints of Fuchsia #BA2FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 43.97%
G = 11.11%
B = 44.92%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA2FBE (or 0xBA2FBE) is known color: Fuchsia. HEX triplet: BA, 2F and BE. RGB value is (186,47,190). Sum of RGB (Red+Green+Blue) = 186+47+190=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA2FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FBE is #45D041. Grayscale: #686868. Windows color (decimal): -4575298 or 12464058. OLE color: 12464058.

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

Color convert

RGB 186 47 190 -
CMYK 0.02 0.75 0 0.25
HSL 298.32º 0.6% 0.46% -
HSV(B) 298.32º 0.75% 0.75% -
XYZ 30.56 16.19 50.23 -
YUV 104.86 176.05 185.87 -
System Red Green Blue C M Y K H S L
Decimal 186 47 190 0.02 0.75 0 0.25 298.32 0.6 0.46
Hex BA 2F BE 2 4B 0 19 12A 3C 2E
Octal 272 57 276 2 113 0 31 452 74 56
Binary 10111010 101111 10111110 10 1001011 0 11001 100101010 111100 101110

Color Harmonies of #BA2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FBE

Black with #BA2FBE

Text Example


Text Example

White with #BA2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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