Html Css Color HEX #BA66BE Fuchsia

📋 copy color: '#BA66BE'

red 186 ◦ green 102 ◦ blue 190

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

Shades of Fuchsia #BA66BE

Tints of Fuchsia #BA66BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 38.91%
G = 21.34%
B = 39.75%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA66BE (or 0xBA66BE) is known color: Fuchsia. HEX triplet: BA, 66 and BE. RGB value is (186,102,190). Sum of RGB (Red+Green+Blue) = 186+102+190=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA66BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA66BE is #459941. Grayscale: #888888. Windows color (decimal): -4561218 or 12478138. OLE color: 12478138.

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

Color convert

RGB 186 102 190 -
CMYK 0.02 0.46 0 0.25
HSL 297.27º 0.4% 0.57% -
HSV(B) 297.27º 0.46% 0.75% -
XYZ 34.3 23.66 51.47 -
YUV 137.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 186 102 190 0.02 0.46 0 0.25 297.27 0.4 0.57
Hex BA 66 BE 2 2E 0 19 129 28 39
Octal 272 146 276 2 56 0 31 451 50 71
Binary 10111010 1100110 10111110 10 101110 0 11001 100101001 101000 111001

Color Harmonies of #BA66BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA66BE

Black with #BA66BE

Text Example


Text Example

White with #BA66BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA66BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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