Html Css Color HEX #BA5DC4 Fuchsia

📋 copy color: '#BA5DC4'

red 186 ◦ green 93 ◦ blue 196

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

Shades of Fuchsia #BA5DC4

Tints of Fuchsia #BA5DC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 41.26%

R = 39.16%
G = 19.58%
B = 41.26%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA5DC4 (or 0xBA5DC4) is known color: Fuchsia. HEX triplet: BA, 5D and C4. RGB value is (186,93,196). Sum of RGB (Red+Green+Blue) = 186+93+196=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 196 (76.95% from 255 or 41.26% from 475); Max value from RGB is 196 - color contains mainly: blue. Hex color #BA5DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DC4 is #45A23B. Grayscale: #848484. Windows color (decimal): -4563516 or 12869050. OLE color: 12869050.

HSL color Cylindrical-coordinate representation of color #BA5DC4: hue angle of 294.17º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA5DC4 is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 186 93 196 -
CMYK 0.05 0.53 0 0.23
HSL 294.17º 0.47% 0.57% -
HSV(B) 294.17º 0.53% 0.77% -
XYZ 34.13 22.25 54.72 -
YUV 132.55 163.81 166.12 -
System Red Green Blue C M Y K H S L
Decimal 186 93 196 0.05 0.53 0 0.23 294.17 0.47 0.57
Hex BA 5D C4 5 35 0 17 126 2F 39
Octal 272 135 304 5 65 0 27 446 57 71
Binary 10111010 1011101 11000100 101 110101 0 10111 100100110 101111 111001

Color Harmonies of #BA5DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DC4

Black with #BA5DC4

Text Example


Text Example

White with #BA5DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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