Html Css Color HEX #BA6ABC Fuchsia

📋 copy color: '#BA6ABC'

red 186 ◦ green 106 ◦ blue 188

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

Shades of Fuchsia #BA6ABC

Tints of Fuchsia #BA6ABC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.08%

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 38.75%
G = 22.08%
B = 39.17%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA6ABC (or 0xBA6ABC) is known color: Fuchsia. HEX triplet: BA, 6A and BC. RGB value is (186,106,188). Sum of RGB (Red+Green+Blue) = 186+106+188=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6ABC is #459543. Grayscale: #8B8B8B. Windows color (decimal): -4560196 or 12348090. OLE color: 12348090.

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

Color convert

RGB 186 106 188 -
CMYK 0.01 0.44 0 0.26
HSL 298.54º 0.38% 0.58% -
HSV(B) 298.54º 0.44% 0.74% -
XYZ 34.48 24.38 50.47 -
YUV 139.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 186 106 188 0.01 0.44 0 0.26 298.54 0.38 0.58
Hex BA 6A BC 1 2C 0 1A 12B 26 3A
Octal 272 152 274 1 54 0 32 453 46 72
Binary 10111010 1101010 10111100 1 101100 0 11010 100101011 100110 111010

Color Harmonies of #BA6ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6ABC

Black with #BA6ABC

Text Example


Text Example

White with #BA6ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6ABC; }

 p { color: rgb(186,106,188); }

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

background-color css

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

 a { background-color: rgb(186,106,188); }

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

border-color css

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

 span { border-color: rgb(186,106,188); }

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