Html Css Color HEX #BA68C5 Fuchsia

📋 copy color: '#BA68C5'

red 186 ◦ green 104 ◦ blue 197

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

Shades of Fuchsia #BA68C5

Tints of Fuchsia #BA68C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 40.45%

R = 38.19%
G = 21.36%
B = 40.45%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA68C5 (or 0xBA68C5) is known color: Fuchsia. HEX triplet: BA, 68 and C5. RGB value is (186,104,197). Sum of RGB (Red+Green+Blue) = 186+104+197=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 197 (77.34% from 255 or 40.45% from 487); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA68C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA68C5 is #45973A. Grayscale: #8A8A8A. Windows color (decimal): -4560699 or 12937402. OLE color: 12937402.

HSL color Cylindrical-coordinate representation of color #BA68C5: hue angle of 292.9º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA68C5 is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 104 197 -
CMYK 0.06 0.47 0 0.23
HSL 292.9º 0.44% 0.59% -
HSV(B) 292.9º 0.47% 0.77% -
XYZ 35.28 24.37 55.67 -
YUV 139.12 160.67 161.44 -
System Red Green Blue C M Y K H S L
Decimal 186 104 197 0.06 0.47 0 0.23 292.9 0.44 0.59
Hex BA 68 C5 6 2F 0 17 125 2C 3B
Octal 272 150 305 6 57 0 27 445 54 73
Binary 10111010 1101000 11000101 110 101111 0 10111 100100101 101100 111011

Color Harmonies of #BA68C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA68C5

Black with #BA68C5

Text Example


Text Example

White with #BA68C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA68C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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