Html Css Color HEX #BA5DBE Fuchsia

📋 copy color: '#BA5DBE'

red 186 ◦ green 93 ◦ blue 190

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

Shades of Fuchsia #BA5DBE

Tints of Fuchsia #BA5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 39.66%
G = 19.83%
B = 40.51%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA5DBE (or 0xBA5DBE) is known color: Fuchsia. HEX triplet: BA, 5D and BE. RGB value is (186,93,190). Sum of RGB (Red+Green+Blue) = 186+93+190=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #BA5DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5DBE is #45A241. Grayscale: #838383. Windows color (decimal): -4563522 or 12475834. OLE color: 12475834.

HSL color Cylindrical-coordinate representation of color #BA5DBE: hue angle of 297.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA5DBE is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 186 93 190 -
CMYK 0.02 0.51 0 0.25
HSL 297.53º 0.43% 0.55% -
HSV(B) 297.53º 0.51% 0.75% -
XYZ 33.46 21.99 51.2 -
YUV 131.87 160.81 166.61 -
System Red Green Blue C M Y K H S L
Decimal 186 93 190 0.02 0.51 0 0.25 297.53 0.43 0.55
Hex BA 5D BE 2 33 0 19 12A 2B 37
Octal 272 135 276 2 63 0 31 452 53 67
Binary 10111010 1011101 10111110 10 110011 0 11001 100101010 101011 110111

Color Harmonies of #BA5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5DBE

Black with #BA5DBE

Text Example


Text Example

White with #BA5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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