Html Css Color HEX #BA5DB3 Fuchsia

📋 copy color: '#BA5DB3'

red 186 ◦ green 93 ◦ blue 179

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

Shades of Fuchsia #BA5DB3

Tints of Fuchsia #BA5DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.08%

R = 40.61%
G = 20.31%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.27

RGB Variations

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

Color information

#BA5DB3 (or 0xBA5DB3) is known color: Fuchsia. HEX triplet: BA, 5D and B3. RGB value is (186,93,179). Sum of RGB (Red+Green+Blue) = 186+93+179=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DB3 is #45A24C. Grayscale: #828282. Windows color (decimal): -4563533 or 11754938. OLE color: 11754938.

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

Color convert

RGB 186 93 179 -
CMYK 0 0.5 0.04 0.27
HSL 304.52º 0.4% 0.55% -
HSV(B) 304.52º 0.5% 0.73% -
XYZ 32.3 21.52 45.1 -
YUV 130.61 155.31 167.51 -
System Red Green Blue C M Y K H S L
Decimal 186 93 179 0 0.5 0.04 0.27 304.52 0.4 0.55
Hex BA 5D B3 0 32 4 1B 131 28 37
Octal 272 135 263 0 62 4 33 461 50 67
Binary 10111010 1011101 10110011 0 110010 100 11011 100110001 101000 110111

Color Harmonies of #BA5DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DB3

Black with #BA5DB3

Text Example


Text Example

White with #BA5DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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