Html Css Color HEX #BA6CC0 Fuchsia

📋 copy color: '#BA6CC0'

red 186 ◦ green 108 ◦ blue 192

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

Shades of Fuchsia #BA6CC0

Tints of Fuchsia #BA6CC0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 192 (75.39% from 255) = 39.51%

R = 38.27%
G = 22.22%
B = 39.51%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA6CC0 (or 0xBA6CC0) is known color: Fuchsia. HEX triplet: BA, 6C and C0. RGB value is (186,108,192). Sum of RGB (Red+Green+Blue) = 186+108+192=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA6CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CC0 is #45933F. Grayscale: #8C8C8C. Windows color (decimal): -4559680 or 12610746. OLE color: 12610746.

HSL color Cylindrical-coordinate representation of color #BA6CC0: hue angle of 295.71º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6CC0 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 108 192 -
CMYK 0.03 0.44 0 0.25
HSL 295.71º 0.4% 0.59% -
HSV(B) 295.71º 0.44% 0.75% -
XYZ 35.13 24.97 52.84 -
YUV 140.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 186 108 192 0.03 0.44 0 0.25 295.71 0.4 0.59
Hex BA 6C C0 3 2C 0 19 128 28 3B
Octal 272 154 300 3 54 0 31 450 50 73
Binary 10111010 1101100 11000000 11 101100 0 11001 100101000 101000 111011

Color Harmonies of #BA6CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CC0

Black with #BA6CC0

Text Example


Text Example

White with #BA6CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CC0; }

 p { color: rgb(186,108,192); }

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

background-color css

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

 a { background-color: rgb(186,108,192); }

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

border-color css

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

 span { border-color: rgb(186,108,192); }

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