Html Css Color HEX #BA68C0 Fuchsia

📋 copy color: '#BA68C0'

red 186 ◦ green 104 ◦ blue 192

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

Shades of Fuchsia #BA68C0

Tints of Fuchsia #BA68C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.83%

R = 38.59%
G = 21.58%
B = 39.83%

CMYK

 C value IS 0.03

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA68C0 (or 0xBA68C0) is known color: Fuchsia. HEX triplet: BA, 68 and C0. RGB value is (186,104,192). Sum of RGB (Red+Green+Blue) = 186+104+192=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 192 (75.39% from 255 or 39.83% from 482); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA68C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C0 is #45973F. Grayscale: #8A8A8A. Windows color (decimal): -4560704 or 12609722. OLE color: 12609722.

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

Color convert

RGB 186 104 192 -
CMYK 0.03 0.46 0 0.25
HSL 295.91º 0.41% 0.58% -
HSV(B) 295.91º 0.46% 0.75% -
XYZ 34.71 24.15 52.7 -
YUV 138.55 158.17 161.84 -
System Red Green Blue C M Y K H S L
Decimal 186 104 192 0.03 0.46 0 0.25 295.91 0.41 0.58
Hex BA 68 C0 3 2E 0 19 128 29 3A
Octal 272 150 300 3 56 0 31 450 51 72
Binary 10111010 1101000 11000000 11 101110 0 11001 100101000 101001 111010

Color Harmonies of #BA68C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68C0

Black with #BA68C0

Text Example


Text Example

White with #BA68C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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