Html Css Color HEX #BA5DB6 Fuchsia

📋 copy color: '#BA5DB6'

red 186 ◦ green 93 ◦ blue 182

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

Shades of Fuchsia #BA5DB6

Tints of Fuchsia #BA5DB6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.17%

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

R = 40.35%
G = 20.17%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#BA5DB6 (or 0xBA5DB6) is known color: Fuchsia. HEX triplet: BA, 5D and B6. RGB value is (186,93,182). Sum of RGB (Red+Green+Blue) = 186+93+182=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DB6 is #45A249. Grayscale: #828282. Windows color (decimal): -4563530 or 11951546. OLE color: 11951546.

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

Color convert

RGB 186 93 182 -
CMYK 0 0.5 0.02 0.27
HSL 302.58º 0.4% 0.55% -
HSV(B) 302.58º 0.5% 0.73% -
XYZ 32.61 21.65 46.72 -
YUV 130.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 186 93 182 0 0.5 0.02 0.27 302.58 0.4 0.55
Hex BA 5D B6 0 32 2 1B 12F 28 37
Octal 272 135 266 0 62 2 33 457 50 67
Binary 10111010 1011101 10110110 0 110010 10 11011 100101111 101000 110111

Color Harmonies of #BA5DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DB6

Black with #BA5DB6

Text Example


Text Example

White with #BA5DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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