Html Css Color HEX #BA61BA Fuchsia

📋 copy color: '#BA61BA'

red 186 ◦ green 97 ◦ blue 186

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

Shades of Fuchsia #BA61BA

Tints of Fuchsia #BA61BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.68%

 BLUE value IS 186 (73.05% from 255) = 39.66%

R = 39.66%
G = 20.68%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BA61BA (or 0xBA61BA) is known color: Fuchsia. HEX triplet: BA, 61 and BA. RGB value is (186,97,186). Sum of RGB (Red+Green+Blue) = 186+97+186=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 97 (38.28% from 255 or 20.68% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 186 - color contains mainly: red, blue. Hex color #BA61BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61BA is #459E45. Grayscale: #858585. Windows color (decimal): -4562502 or 12214714. OLE color: 12214714.

HSL color Cylindrical-coordinate representation of color #BA61BA: hue angle of 300º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA61BA is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 97 186 -
CMYK 0 0.48 0 0.27
HSL 300º 0.39% 0.55% -
HSV(B) 300º 0.48% 0.73% -
XYZ 33.39 22.53 49.04 -
YUV 133.76 157.49 165.26 -
System Red Green Blue C M Y K H S L
Decimal 186 97 186 0 0.48 0 0.27 300 0.39 0.55
Hex BA 61 BA 0 30 0 1B 12C 27 37
Octal 272 141 272 0 60 0 33 454 47 67
Binary 10111010 1100001 10111010 0 110000 0 11011 100101100 100111 110111

Color Harmonies of #BA61BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA61BA

Black with #BA61BA

Text Example


Text Example

White with #BA61BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA61BA; }

 p { color: rgb(186,97,186); }

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

background-color css

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

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

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

border-color css

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

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

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