Html Css Color HEX #BA66BC Fuchsia

📋 copy color: '#BA66BC'

red 186 ◦ green 102 ◦ blue 188

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

Shades of Fuchsia #BA66BC

Tints of Fuchsia #BA66BC

RGB

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

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

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

R = 39.08%
G = 21.43%
B = 39.5%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA66BC (or 0xBA66BC) is known color: Fuchsia. HEX triplet: BA, 66 and BC. RGB value is (186,102,188). Sum of RGB (Red+Green+Blue) = 186+102+188=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA66BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BC is #459943. Grayscale: #888888. Windows color (decimal): -4561220 or 12347066. OLE color: 12347066.

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

Color convert

RGB 186 102 188 -
CMYK 0.01 0.46 0 0.26
HSL 298.6º 0.39% 0.57% -
HSV(B) 298.6º 0.46% 0.74% -
XYZ 34.08 23.57 50.33 -
YUV 136.92 156.83 163.01 -
System Red Green Blue C M Y K H S L
Decimal 186 102 188 0.01 0.46 0 0.26 298.6 0.39 0.57
Hex BA 66 BC 1 2E 0 1A 12B 27 39
Octal 272 146 274 1 56 0 32 453 47 71
Binary 10111010 1100110 10111100 1 101110 0 11010 100101011 100111 111001

Color Harmonies of #BA66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66BC

Black with #BA66BC

Text Example


Text Example

White with #BA66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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