Html Css Color HEX #BA6CB2 Fuchsia

📋 copy color: '#BA6CB2'

red 186 ◦ green 108 ◦ blue 178

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

Shades of Fuchsia #BA6CB2

Tints of Fuchsia #BA6CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.71%

R = 39.41%
G = 22.88%
B = 37.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA6CB2 (or 0xBA6CB2) is known color: Fuchsia. HEX triplet: BA, 6C and B2. RGB value is (186,108,178). Sum of RGB (Red+Green+Blue) = 186+108+178=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 178 (69.92% from 255 or 37.71% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6CB2 is #45934D. Grayscale: #8B8B8B. Windows color (decimal): -4559694 or 11693242. OLE color: 11693242.

HSL color Cylindrical-coordinate representation of color #BA6CB2: hue angle of 306.15º 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 #BA6CB2 is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 108 178 -
CMYK 0 0.42 0.04 0.27
HSL 306.15º 0.36% 0.58% -
HSV(B) 306.15º 0.42% 0.73% -
XYZ 33.65 24.38 45.05 -
YUV 139.3 149.84 161.31 -
System Red Green Blue C M Y K H S L
Decimal 186 108 178 0 0.42 0.04 0.27 306.15 0.36 0.58
Hex BA 6C B2 0 2A 4 1B 132 24 3A
Octal 272 154 262 0 52 4 33 462 44 72
Binary 10111010 1101100 10110010 0 101010 100 11011 100110010 100100 111010

Color Harmonies of #BA6CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6CB2

Black with #BA6CB2

Text Example


Text Example

White with #BA6CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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