Html Css Color HEX #BA68BB Fuchsia

📋 copy color: '#BA68BB'

red 186 ◦ green 104 ◦ blue 187

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

Shades of Fuchsia #BA68BB

Tints of Fuchsia #BA68BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.8%

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 38.99%
G = 21.8%
B = 39.2%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA68BB (or 0xBA68BB) is known color: Fuchsia. HEX triplet: BA, 68 and BB. RGB value is (186,104,187). Sum of RGB (Red+Green+Blue) = 186+104+187=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 104 (41.02% from 255 or 21.80% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA68BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68BB is #459744. Grayscale: #898989. Windows color (decimal): -4560709 or 12282042. OLE color: 12282042.

HSL color Cylindrical-coordinate representation of color #BA68BB: hue angle of 299.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA68BB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 187 -
CMYK 0.01 0.44 0 0.27
HSL 299.28º 0.38% 0.57% -
HSV(B) 299.28º 0.44% 0.73% -
XYZ 34.17 23.93 49.83 -
YUV 137.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 186 104 187 0.01 0.44 0 0.27 299.28 0.38 0.57
Hex BA 68 BB 1 2C 0 1B 12B 26 39
Octal 272 150 273 1 54 0 33 453 46 71
Binary 10111010 1101000 10111011 1 101100 0 11011 100101011 100110 111001

Color Harmonies of #BA68BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68BB

Black with #BA68BB

Text Example


Text Example

White with #BA68BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68BB; }

 p { color: rgb(186,104,187); }

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

background-color css

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

 a { background-color: rgb(186,104,187); }

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

border-color css

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

 span { border-color: rgb(186,104,187); }

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