Html Css Color HEX #BA4EBB Fuchsia

📋 copy color: '#BA4EBB'

red 186 ◦ green 78 ◦ blue 187

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

Shades of Fuchsia #BA4EBB

Tints of Fuchsia #BA4EBB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.29%

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

R = 41.24%
G = 17.29%
B = 41.46%

CMYK

 C value IS 0.01

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA4EBB (or 0xBA4EBB) is known color: Fuchsia. HEX triplet: BA, 4E and BB. RGB value is (186,78,187). Sum of RGB (Red+Green+Blue) = 186+78+187=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA4EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4EBB is #45B144. Grayscale: #7A7A7A. Windows color (decimal): -4567365 or 12275386. OLE color: 12275386.

HSL color Cylindrical-coordinate representation of color #BA4EBB: hue angle of 299.45º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA4EBB is Cyan = 0.01, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 187 -
CMYK 0.01 0.58 0 0.27
HSL 299.45º 0.44% 0.52% -
HSV(B) 299.45º 0.58% 0.73% -
XYZ 31.94 19.48 49.09 -
YUV 122.72 164.28 173.14 -
System Red Green Blue C M Y K H S L
Decimal 186 78 187 0.01 0.58 0 0.27 299.45 0.44 0.52
Hex BA 4E BB 1 3A 0 1B 12B 2C 34
Octal 272 116 273 1 72 0 33 453 54 64
Binary 10111010 1001110 10111011 1 111010 0 11011 100101011 101100 110100

Color Harmonies of #BA4EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4EBB

Black with #BA4EBB

Text Example


Text Example

White with #BA4EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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