Html Css Color HEX #BA2EBB Fuchsia

📋 copy color: '#BA2EBB'

red 186 ◦ green 46 ◦ blue 187

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

Shades of Fuchsia #BA2EBB

Tints of Fuchsia #BA2EBB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.98%

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

R = 44.39%
G = 10.98%
B = 44.63%

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

#BA2EBB (or 0xBA2EBB) is known color: Fuchsia. HEX triplet: BA, 2E and BB. RGB value is (186,46,187). Sum of RGB (Red+Green+Blue) = 186+46+187=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA2EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA2EBB is #45D144. Grayscale: #676767. Windows color (decimal): -4575557 or 12267194. OLE color: 12267194.

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

Color convert

RGB 186 46 187 -
CMYK 0.01 0.75 0 0.27
HSL 299.57º 0.61% 0.46% -
HSV(B) 299.57º 0.75% 0.73% -
XYZ 30.2 15.98 48.51 -
YUV 103.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 186 46 187 0.01 0.75 0 0.27 299.57 0.61 0.46
Hex BA 2E BB 1 4B 0 1B 12C 3D 2E
Octal 272 56 273 1 113 0 33 454 75 56
Binary 10111010 101110 10111011 1 1001011 0 11011 100101100 111101 101110

Color Harmonies of #BA2EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2EBB

Black with #BA2EBB

Text Example


Text Example

White with #BA2EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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