Html Css Color HEX #BA5DC6 Fuchsia

📋 copy color: '#BA5DC6'

red 186 ◦ green 93 ◦ blue 198

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

Shades of Fuchsia #BA5DC6

Tints of Fuchsia #BA5DC6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.5%

 BLUE value IS 198 (77.73% from 255) = 41.51%

R = 38.99%
G = 19.5%
B = 41.51%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BA5DC6 (or 0xBA5DC6) is known color: Fuchsia. HEX triplet: BA, 5D and C6. RGB value is (186,93,198). Sum of RGB (Red+Green+Blue) = 186+93+198=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA5DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DC6 is #45A239. Grayscale: #848484. Windows color (decimal): -4563514 or 13000122. OLE color: 13000122.

HSL color Cylindrical-coordinate representation of color #BA5DC6: hue angle of 293.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5DC6 is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 93 198 -
CMYK 0.06 0.53 0 0.22
HSL 293.14º 0.48% 0.57% -
HSV(B) 293.14º 0.53% 0.78% -
XYZ 34.36 22.35 55.93 -
YUV 132.78 164.81 165.96 -
System Red Green Blue C M Y K H S L
Decimal 186 93 198 0.06 0.53 0 0.22 293.14 0.48 0.57
Hex BA 5D C6 6 35 0 16 125 30 39
Octal 272 135 306 6 65 0 26 445 60 71
Binary 10111010 1011101 11000110 110 110101 0 10110 100100101 110000 111001

Color Harmonies of #BA5DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DC6

Black with #BA5DC6

Text Example


Text Example

White with #BA5DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DC6; }

 p { color: rgb(186,93,198); }

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

background-color css

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

 a { background-color: rgb(186,93,198); }

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

border-color css

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

 span { border-color: rgb(186,93,198); }

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