Html Css Color HEX #BA6DB4 Fuchsia

📋 copy color: '#BA6DB4'

red 186 ◦ green 109 ◦ blue 180

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

Shades of Fuchsia #BA6DB4

Tints of Fuchsia #BA6DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.89%

R = 39.16%
G = 22.95%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#BA6DB4 (or 0xBA6DB4) is known color: Fuchsia. HEX triplet: BA, 6D and B4. RGB value is (186,109,180). Sum of RGB (Red+Green+Blue) = 186+109+180=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 180 (70.70% from 255 or 37.89% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DB4 is #45924B. Grayscale: #8B8B8B. Windows color (decimal): -4559436 or 11824570. OLE color: 11824570.

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

Color convert

RGB 186 109 180 -
CMYK 0 0.41 0.03 0.27
HSL 304.68º 0.36% 0.58% -
HSV(B) 304.68º 0.41% 0.73% -
XYZ 33.96 24.67 46.15 -
YUV 140.12 150.51 160.73 -
System Red Green Blue C M Y K H S L
Decimal 186 109 180 0 0.41 0.03 0.27 304.68 0.36 0.58
Hex BA 6D B4 0 29 3 1B 131 24 3A
Octal 272 155 264 0 51 3 33 461 44 72
Binary 10111010 1101101 10110100 0 101001 11 11011 100110001 100100 111010

Color Harmonies of #BA6DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DB4

Black with #BA6DB4

Text Example


Text Example

White with #BA6DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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