Html Css Color HEX #BA66C0 Fuchsia

📋 copy color: '#BA66C0'

red 186 ◦ green 102 ◦ blue 192

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

Shades of Fuchsia #BA66C0

Tints of Fuchsia #BA66C0

RGB

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

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

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

R = 38.75%
G = 21.25%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA66C0 (or 0xBA66C0) is known color: Fuchsia. HEX triplet: BA, 66 and C0. RGB value is (186,102,192). Sum of RGB (Red+Green+Blue) = 186+102+192=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 102 (40.23% from 255 or 21.25% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA66C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66C0 is #45993F. Grayscale: #898989. Windows color (decimal): -4561216 or 12609210. OLE color: 12609210.

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

Color convert

RGB 186 102 192 -
CMYK 0.03 0.47 0 0.25
HSL 296º 0.42% 0.58% -
HSV(B) 296º 0.47% 0.75% -
XYZ 34.52 23.75 52.63 -
YUV 137.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 186 102 192 0.03 0.47 0 0.25 296 0.42 0.58
Hex BA 66 C0 3 2F 0 19 128 2A 3A
Octal 272 146 300 3 57 0 31 450 52 72
Binary 10111010 1100110 11000000 11 101111 0 11001 100101000 101010 111010

Color Harmonies of #BA66C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66C0

Black with #BA66C0

Text Example


Text Example

White with #BA66C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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