Html Css Color HEX #BA4DBB Fuchsia

📋 copy color: '#BA4DBB'

red 186 ◦ green 77 ◦ blue 187

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

Shades of Fuchsia #BA4DBB

Tints of Fuchsia #BA4DBB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.11%

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

R = 41.33%
G = 17.11%
B = 41.56%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA4DBB (or 0xBA4DBB) is known color: Fuchsia. HEX triplet: BA, 4D and BB. RGB value is (186,77,187). Sum of RGB (Red+Green+Blue) = 186+77+187=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA4DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4DBB is #45B244. Grayscale: #797979. Windows color (decimal): -4567621 or 12275130. OLE color: 12275130.

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

Color convert

RGB 186 77 187 -
CMYK 0.01 0.59 0 0.27
HSL 299.45º 0.45% 0.52% -
HSV(B) 299.45º 0.59% 0.73% -
XYZ 31.87 19.33 49.07 -
YUV 122.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 186 77 187 0.01 0.59 0 0.27 299.45 0.45 0.52
Hex BA 4D BB 1 3B 0 1B 12B 2D 34
Octal 272 115 273 1 73 0 33 453 55 64
Binary 10111010 1001101 10111011 1 111011 0 11011 100101011 101101 110100

Color Harmonies of #BA4DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4DBB

Black with #BA4DBB

Text Example


Text Example

White with #BA4DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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