Html Css Color HEX #BA66C3 Fuchsia

📋 copy color: '#BA66C3'

red 186 ◦ green 102 ◦ blue 195

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

Shades of Fuchsia #BA66C3

Tints of Fuchsia #BA66C3

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.12%

 BLUE value IS 195 (76.56% from 255) = 40.37%

R = 38.51%
G = 21.12%
B = 40.37%

CMYK

 C value IS 0.05

 M value IS 0.48

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA66C3 (or 0xBA66C3) is known color: Fuchsia. HEX triplet: BA, 66 and C3. RGB value is (186,102,195). Sum of RGB (Red+Green+Blue) = 186+102+195=483 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.51% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA66C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66C3 is #45993C. Grayscale: #898989. Windows color (decimal): -4561213 or 12805818. OLE color: 12805818.

HSL color Cylindrical-coordinate representation of color #BA66C3: hue angle of 294.19º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA66C3 is Cyan = 0.05, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 102 195 -
CMYK 0.05 0.48 0 0.24
HSL 294.19º 0.44% 0.58% -
HSV(B) 294.19º 0.48% 0.76% -
XYZ 34.85 23.88 54.4 -
YUV 137.72 160.33 162.44 -
System Red Green Blue C M Y K H S L
Decimal 186 102 195 0.05 0.48 0 0.24 294.19 0.44 0.58
Hex BA 66 C3 5 30 0 18 126 2C 3A
Octal 272 146 303 5 60 0 30 446 54 72
Binary 10111010 1100110 11000011 101 110000 0 11000 100100110 101100 111010

Color Harmonies of #BA66C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66C3

Black with #BA66C3

Text Example


Text Example

White with #BA66C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66C3; }

 p { color: rgb(186,102,195); }

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

background-color css

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

 a { background-color: rgb(186,102,195); }

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

border-color css

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

 span { border-color: rgb(186,102,195); }

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