Html Css Color HEX #BA2FBB Fuchsia

📋 copy color: '#BA2FBB'

red 186 ◦ green 47 ◦ blue 187

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

Shades of Fuchsia #BA2FBB

Tints of Fuchsia #BA2FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.52%

R = 44.29%
G = 11.19%
B = 44.52%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA2FBB (or 0xBA2FBB) is known color: Fuchsia. HEX triplet: BA, 2F and BB. RGB value is (186,47,187). Sum of RGB (Red+Green+Blue) = 186+47+187=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 47 (18.75% from 255 or 11.19% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA2FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2FBB is #45D044. Grayscale: #686868. Windows color (decimal): -4575301 or 12267450. OLE color: 12267450.

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

Color convert

RGB 186 47 187 -
CMYK 0.01 0.75 0 0.27
HSL 299.57º 0.6% 0.46% -
HSV(B) 299.57º 0.75% 0.73% -
XYZ 30.24 16.06 48.52 -
YUV 104.52 174.55 186.12 -
System Red Green Blue C M Y K H S L
Decimal 186 47 187 0.01 0.75 0 0.27 299.57 0.6 0.46
Hex BA 2F BB 1 4B 0 1B 12C 3C 2E
Octal 272 57 273 1 113 0 33 454 74 56
Binary 10111010 101111 10111011 1 1001011 0 11011 100101100 111100 101110

Color Harmonies of #BA2FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2FBB

Black with #BA2FBB

Text Example


Text Example

White with #BA2FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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