Html Css Color HEX #BA5FC0 Fuchsia

📋 copy color: '#BA5FC0'

red 186 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #BA5FC0

Tints of Fuchsia #BA5FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.08%

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

R = 39.32%
G = 20.08%
B = 40.59%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA5FC0 (or 0xBA5FC0) is known color: Fuchsia. HEX triplet: BA, 5F and C0. RGB value is (186,95,192). Sum of RGB (Red+Green+Blue) = 186+95+192=473 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.32% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA5FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FC0 is #45A03F. Grayscale: #848484. Windows color (decimal): -4563008 or 12607418. OLE color: 12607418.

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

Color convert

RGB 186 95 192 -
CMYK 0.03 0.51 0 0.25
HSL 296.29º 0.43% 0.56% -
HSV(B) 296.29º 0.51% 0.75% -
XYZ 33.86 22.43 52.41 -
YUV 133.27 161.15 165.61 -
System Red Green Blue C M Y K H S L
Decimal 186 95 192 0.03 0.51 0 0.25 296.29 0.43 0.56
Hex BA 5F C0 3 33 0 19 128 2B 38
Octal 272 137 300 3 63 0 31 450 53 70
Binary 10111010 1011111 11000000 11 110011 0 11001 100101000 101011 111000

Color Harmonies of #BA5FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FC0

Black with #BA5FC0

Text Example


Text Example

White with #BA5FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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