Html Css Color HEX #BA68BD Fuchsia

📋 copy color: '#BA68BD'

red 186 ◦ green 104 ◦ blue 189

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

Shades of Fuchsia #BA68BD

Tints of Fuchsia #BA68BD

RGB

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

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

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

R = 38.83%
G = 21.71%
B = 39.46%

CMYK

 C value IS 0.02

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA68BD (or 0xBA68BD) is known color: Fuchsia. HEX triplet: BA, 68 and BD. RGB value is (186,104,189). Sum of RGB (Red+Green+Blue) = 186+104+189=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 104 (41.02% from 255 or 21.71% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA68BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68BD is #459742. Grayscale: #898989. Windows color (decimal): -4560707 or 12413114. OLE color: 12413114.

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

Color convert

RGB 186 104 189 -
CMYK 0.02 0.45 0 0.26
HSL 297.88º 0.39% 0.57% -
HSV(B) 297.88º 0.45% 0.74% -
XYZ 34.39 24.01 50.97 -
YUV 138.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 186 104 189 0.02 0.45 0 0.26 297.88 0.39 0.57
Hex BA 68 BD 2 2D 0 1A 12A 27 39
Octal 272 150 275 2 55 0 32 452 47 71
Binary 10111010 1101000 10111101 10 101101 0 11010 100101010 100111 111001

Color Harmonies of #BA68BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68BD

Black with #BA68BD

Text Example


Text Example

White with #BA68BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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