Html Css Color HEX #BA6CB1 Fuchsia

📋 copy color: '#BA6CB1'

red 186 ◦ green 108 ◦ blue 177

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

Shades of Fuchsia #BA6CB1

Tints of Fuchsia #BA6CB1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.93%

 BLUE value IS 177 (69.53% from 255) = 37.58%

R = 39.49%
G = 22.93%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BA6CB1 (or 0xBA6CB1) is known color: Fuchsia. HEX triplet: BA, 6C and B1. RGB value is (186,108,177). Sum of RGB (Red+Green+Blue) = 186+108+177=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 108 (42.58% from 255 or 22.93% from 471); Blue value is 177 (69.53% from 255 or 37.58% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CB1 is #45934E. Grayscale: #8A8A8A. Windows color (decimal): -4559695 or 11627706. OLE color: 11627706.

HSL color Cylindrical-coordinate representation of color #BA6CB1: hue angle of 306.92º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6CB1 is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 108 177 -
CMYK 0 0.42 0.05 0.27
HSL 306.92º 0.36% 0.58% -
HSV(B) 306.92º 0.42% 0.73% -
XYZ 33.55 24.34 44.52 -
YUV 139.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 186 108 177 0 0.42 0.05 0.27 306.92 0.36 0.58
Hex BA 6C B1 0 2A 5 1B 133 24 3A
Octal 272 154 261 0 52 5 33 463 44 72
Binary 10111010 1101100 10110001 0 101010 101 11011 100110011 100100 111010

Color Harmonies of #BA6CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CB1

Black with #BA6CB1

Text Example


Text Example

White with #BA6CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CB1; }

 p { color: rgb(186,108,177); }

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

background-color css

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

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

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

border-color css

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

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

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