Html Css Color HEX #BA56BB Fuchsia

📋 copy color: '#BA56BB'

red 186 ◦ green 86 ◦ blue 187

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

Shades of Fuchsia #BA56BB

Tints of Fuchsia #BA56BB

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.74%

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

R = 40.52%
G = 18.74%
B = 40.74%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA56BB (or 0xBA56BB) is known color: Fuchsia. HEX triplet: BA, 56 and BB. RGB value is (186,86,187). Sum of RGB (Red+Green+Blue) = 186+86+187=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 86 (33.98% from 255 or 18.74% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA56BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56BB is #45A944. Grayscale: #7F7F7F. Windows color (decimal): -4565317 or 12277434. OLE color: 12277434.

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

Color convert

RGB 186 86 187 -
CMYK 0.01 0.54 0 0.27
HSL 299.41º 0.43% 0.54% -
HSV(B) 299.41º 0.54% 0.73% -
XYZ 32.55 20.68 49.29 -
YUV 127.41 161.63 169.79 -
System Red Green Blue C M Y K H S L
Decimal 186 86 187 0.01 0.54 0 0.27 299.41 0.43 0.54
Hex BA 56 BB 1 36 0 1B 12B 2B 36
Octal 272 126 273 1 66 0 33 453 53 66
Binary 10111010 1010110 10111011 1 110110 0 11011 100101011 101011 110110

Color Harmonies of #BA56BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA56BB

Black with #BA56BB

Text Example


Text Example

White with #BA56BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA56BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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