Html Css Color HEX #BA5FB6 Fuchsia

📋 copy color: '#BA5FB6'

red 186 ◦ green 95 ◦ blue 182

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

Shades of Fuchsia #BA5FB6

Tints of Fuchsia #BA5FB6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.52%

 BLUE value IS 182 (71.48% from 255) = 39.31%

R = 40.17%
G = 20.52%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA5FB6 (or 0xBA5FB6) is known color: Fuchsia. HEX triplet: BA, 5F and B6. RGB value is (186,95,182). Sum of RGB (Red+Green+Blue) = 186+95+182=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 182 (71.48% from 255 or 39.31% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FB6 is #45A049. Grayscale: #838383. Windows color (decimal): -4563018 or 11952058. OLE color: 11952058.

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

Color convert

RGB 186 95 182 -
CMYK 0 0.49 0.02 0.27
HSL 302.64º 0.4% 0.55% -
HSV(B) 302.64º 0.49% 0.73% -
XYZ 32.79 22 46.77 -
YUV 132.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 186 95 182 0 0.49 0.02 0.27 302.64 0.4 0.55
Hex BA 5F B6 0 31 2 1B 12F 28 37
Octal 272 137 266 0 61 2 33 457 50 67
Binary 10111010 1011111 10110110 0 110001 10 11011 100101111 101000 110111

Color Harmonies of #BA5FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FB6

Black with #BA5FB6

Text Example


Text Example

White with #BA5FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FB6; }

 p { color: rgb(186,95,182); }

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

background-color css

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

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

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

border-color css

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

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

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