Html Css Color HEX #BA5CBD Fuchsia

📋 copy color: '#BA5CBD'

red 186 ◦ green 92 ◦ blue 189

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

Shades of Fuchsia #BA5CBD

Tints of Fuchsia #BA5CBD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.7%

 BLUE value IS 189 (74.22% from 255) = 40.47%

R = 39.83%
G = 19.7%
B = 40.47%

CMYK

 C value IS 0.02

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA5CBD (or 0xBA5CBD) is known color: Fuchsia. HEX triplet: BA, 5C and BD. RGB value is (186,92,189). Sum of RGB (Red+Green+Blue) = 186+92+189=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 92 (36.33% from 255 or 19.70% from 467); Blue value is 189 (74.22% from 255 or 40.47% from 467); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA5CBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5CBD is #45A342. Grayscale: #828282. Windows color (decimal): -4563779 or 12410042. OLE color: 12410042.

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

Color convert

RGB 186 92 189 -
CMYK 0.02 0.51 0 0.26
HSL 298.14º 0.42% 0.55% -
HSV(B) 298.14º 0.51% 0.74% -
XYZ 33.26 21.77 50.59 -
YUV 131.16 160.64 167.11 -
System Red Green Blue C M Y K H S L
Decimal 186 92 189 0.02 0.51 0 0.26 298.14 0.42 0.55
Hex BA 5C BD 2 33 0 1A 12A 2A 37
Octal 272 134 275 2 63 0 32 452 52 67
Binary 10111010 1011100 10111101 10 110011 0 11010 100101010 101010 110111

Color Harmonies of #BA5CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5CBD

Black with #BA5CBD

Text Example


Text Example

White with #BA5CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5CBD; }

 p { color: rgb(186,92,189); }

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

background-color css

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

 a { background-color: rgb(186,92,189); }

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

border-color css

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

 span { border-color: rgb(186,92,189); }

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