Html Css Color HEX #BA6EBB Fuchsia

📋 copy color: '#BA6EBB'

red 186 ◦ green 110 ◦ blue 187

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

Shades of Fuchsia #BA6EBB

Tints of Fuchsia #BA6EBB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.77%

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

R = 38.51%
G = 22.77%
B = 38.72%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA6EBB (or 0xBA6EBB) is known color: Fuchsia. HEX triplet: BA, 6E and BB. RGB value is (186,110,187). Sum of RGB (Red+Green+Blue) = 186+110+187=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 187 (73.44% from 255 or 38.72% from 483); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6EBB is #459144. Grayscale: #8D8D8D. Windows color (decimal): -4559173 or 12283578. OLE color: 12283578.

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

Color convert

RGB 186 110 187 -
CMYK 0.01 0.41 0 0.27
HSL 299.22º 0.36% 0.58% -
HSV(B) 299.22º 0.41% 0.73% -
XYZ 34.8 25.18 50.04 -
YUV 141.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 186 110 187 0.01 0.41 0 0.27 299.22 0.36 0.58
Hex BA 6E BB 1 29 0 1B 12B 24 3A
Octal 272 156 273 1 51 0 33 453 44 72
Binary 10111010 1101110 10111011 1 101001 0 11011 100101011 100100 111010

Color Harmonies of #BA6EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6EBB

Black with #BA6EBB

Text Example


Text Example

White with #BA6EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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