Html Css Color HEX #BA66BD Fuchsia

📋 copy color: '#BA66BD'

red 186 ◦ green 102 ◦ blue 189

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

Shades of Fuchsia #BA66BD

Tints of Fuchsia #BA66BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.62%

R = 38.99%
G = 21.38%
B = 39.62%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA66BD (or 0xBA66BD) is known color: Fuchsia. HEX triplet: BA, 66 and BD. RGB value is (186,102,189). Sum of RGB (Red+Green+Blue) = 186+102+189=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 189 (74.22% from 255 or 39.62% from 477); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA66BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BD is #459942. Grayscale: #888888. Windows color (decimal): -4561219 or 12412602. OLE color: 12412602.

HSL color Cylindrical-coordinate representation of color #BA66BD: hue angle of 297.93º degrees, saturation: 0.4, 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 #BA66BD is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 102 189 -
CMYK 0.02 0.46 0 0.26
HSL 297.93º 0.4% 0.57% -
HSV(B) 297.93º 0.46% 0.74% -
XYZ 34.19 23.62 50.9 -
YUV 137.03 157.33 162.93 -
System Red Green Blue C M Y K H S L
Decimal 186 102 189 0.02 0.46 0 0.26 297.93 0.4 0.57
Hex BA 66 BD 2 2E 0 1A 12A 28 39
Octal 272 146 275 2 56 0 32 452 50 71
Binary 10111010 1100110 10111101 10 101110 0 11010 100101010 101000 111001

Color Harmonies of #BA66BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66BD

Black with #BA66BD

Text Example


Text Example

White with #BA66BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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