Html Css Color HEX #BA6DC5 Fuchsia

📋 copy color: '#BA6DC5'

red 186 ◦ green 109 ◦ blue 197

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

Shades of Fuchsia #BA6DC5

Tints of Fuchsia #BA6DC5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

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

R = 37.8%
G = 22.15%
B = 40.04%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA6DC5 (or 0xBA6DC5) is known color: Fuchsia. HEX triplet: BA, 6D and C5. RGB value is (186,109,197). Sum of RGB (Red+Green+Blue) = 186+109+197=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA6DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DC5 is #45923A. Grayscale: #8D8D8D. Windows color (decimal): -4559419 or 12938682. OLE color: 12938682.

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

Color convert

RGB 186 109 197 -
CMYK 0.06 0.45 0 0.23
HSL 292.5º 0.43% 0.6% -
HSV(B) 292.5º 0.45% 0.77% -
XYZ 35.8 25.41 55.84 -
YUV 142.06 159.01 159.34 -
System Red Green Blue C M Y K H S L
Decimal 186 109 197 0.06 0.45 0 0.23 292.5 0.43 0.6
Hex BA 6D C5 6 2D 0 17 124 2B 3C
Octal 272 155 305 6 55 0 27 444 53 74
Binary 10111010 1101101 11000101 110 101101 0 10111 100100100 101011 111100

Color Harmonies of #BA6DC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DC5

Black with #BA6DC5

Text Example


Text Example

White with #BA6DC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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