Html Css Color HEX #BA5DC0 Fuchsia

📋 copy color: '#BA5DC0'

red 186 ◦ green 93 ◦ blue 192

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

Shades of Fuchsia #BA5DC0

Tints of Fuchsia #BA5DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 39.49%
G = 19.75%
B = 40.76%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA5DC0 (or 0xBA5DC0) is known color: Fuchsia. HEX triplet: BA, 5D and C0. RGB value is (186,93,192). Sum of RGB (Red+Green+Blue) = 186+93+192=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA5DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DC0 is #45A23F. Grayscale: #838383. Windows color (decimal): -4563520 or 12606906. OLE color: 12606906.

HSL color Cylindrical-coordinate representation of color #BA5DC0: hue angle of 296.36º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA5DC0 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 93 192 -
CMYK 0.03 0.52 0 0.25
HSL 296.36º 0.44% 0.56% -
HSV(B) 296.36º 0.52% 0.75% -
XYZ 33.68 22.07 52.35 -
YUV 132.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 186 93 192 0.03 0.52 0 0.25 296.36 0.44 0.56
Hex BA 5D C0 3 34 0 19 128 2C 38
Octal 272 135 300 3 64 0 31 450 54 70
Binary 10111010 1011101 11000000 11 110100 0 11001 100101000 101100 111000

Color Harmonies of #BA5DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DC0

Black with #BA5DC0

Text Example


Text Example

White with #BA5DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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