Html Css Color HEX #BA68B9 Fuchsia

📋 copy color: '#BA68B9'

red 186 ◦ green 104 ◦ blue 185

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

Shades of Fuchsia #BA68B9

Tints of Fuchsia #BA68B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 39.16%
G = 21.89%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA68B9 (or 0xBA68B9) is known color: Fuchsia. HEX triplet: BA, 68 and B9. RGB value is (186,104,185). Sum of RGB (Red+Green+Blue) = 186+104+185=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 104 (41.02% from 255 or 21.89% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA68B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68B9 is #459746. Grayscale: #898989. Windows color (decimal): -4560711 or 12150970. OLE color: 12150970.

HSL color Cylindrical-coordinate representation of color #BA68B9: hue angle of 300.73º degrees, saturation: 0.37, 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 #BA68B9 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 104 185 -
CMYK 0 0.44 0.01 0.27
HSL 300.73º 0.37% 0.57% -
HSV(B) 300.73º 0.44% 0.73% -
XYZ 33.96 23.84 48.71 -
YUV 137.75 154.67 162.41 -
System Red Green Blue C M Y K H S L
Decimal 186 104 185 0 0.44 0.01 0.27 300.73 0.37 0.57
Hex BA 68 B9 0 2C 1 1B 12D 25 39
Octal 272 150 271 0 54 1 33 455 45 71
Binary 10111010 1101000 10111001 0 101100 1 11011 100101101 100101 111001

Color Harmonies of #BA68B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68B9

Black with #BA68B9

Text Example


Text Example

White with #BA68B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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