Html Css Color HEX #BA5DC3 Fuchsia

📋 copy color: '#BA5DC3'

red 186 ◦ green 93 ◦ blue 195

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

Shades of Fuchsia #BA5DC3

Tints of Fuchsia #BA5DC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.14%

R = 39.24%
G = 19.62%
B = 41.14%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA5DC3 (or 0xBA5DC3) is known color: Fuchsia. HEX triplet: BA, 5D and C3. RGB value is (186,93,195). Sum of RGB (Red+Green+Blue) = 186+93+195=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 195 (76.56% from 255 or 41.14% from 474); Max value from RGB is 195 - color contains mainly: blue. Hex color #BA5DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DC3 is #45A23C. Grayscale: #848484. Windows color (decimal): -4563517 or 12803514. OLE color: 12803514.

HSL color Cylindrical-coordinate representation of color #BA5DC3: hue angle of 294.71º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5DC3 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 93 195 -
CMYK 0.05 0.52 0 0.24
HSL 294.71º 0.46% 0.56% -
HSV(B) 294.71º 0.52% 0.76% -
XYZ 34.01 22.21 54.12 -
YUV 132.44 163.31 166.21 -
System Red Green Blue C M Y K H S L
Decimal 186 93 195 0.05 0.52 0 0.24 294.71 0.46 0.56
Hex BA 5D C3 5 34 0 18 127 2E 38
Octal 272 135 303 5 64 0 30 447 56 70
Binary 10111010 1011101 11000011 101 110100 0 11000 100100111 101110 111000

Color Harmonies of #BA5DC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DC3

Black with #BA5DC3

Text Example


Text Example

White with #BA5DC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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