Html Css Color HEX #BA6DB8 Fuchsia

📋 copy color: '#BA6DB8'

red 186 ◦ green 109 ◦ blue 184

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

Shades of Fuchsia #BA6DB8

Tints of Fuchsia #BA6DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.41%

R = 38.83%
G = 22.76%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BA6DB8 (or 0xBA6DB8) is known color: Fuchsia. HEX triplet: BA, 6D and B8. RGB value is (186,109,184). Sum of RGB (Red+Green+Blue) = 186+109+184=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 184 (72.27% from 255 or 38.41% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6DB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6DB8 is #459247. Grayscale: #8C8C8C. Windows color (decimal): -4559432 or 12086714. OLE color: 12086714.

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

Color convert

RGB 186 109 184 -
CMYK 0 0.41 0.01 0.27
HSL 301.56º 0.36% 0.58% -
HSV(B) 301.56º 0.41% 0.73% -
XYZ 34.37 24.84 48.33 -
YUV 140.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 186 109 184 0 0.41 0.01 0.27 301.56 0.36 0.58
Hex BA 6D B8 0 29 1 1B 12E 24 3A
Octal 272 155 270 0 51 1 33 456 44 72
Binary 10111010 1101101 10111000 0 101001 1 11011 100101110 100100 111010

Color Harmonies of #BA6DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6DB8

Black with #BA6DB8

Text Example


Text Example

White with #BA6DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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