Html Css Color HEX #BA5FC5 Fuchsia

📋 copy color: '#BA5FC5'

red 186 ◦ green 95 ◦ blue 197

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

Shades of Fuchsia #BA5FC5

Tints of Fuchsia #BA5FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 38.91%
G = 19.87%
B = 41.21%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA5FC5 (or 0xBA5FC5) is known color: Fuchsia. HEX triplet: BA, 5F and C5. RGB value is (186,95,197). Sum of RGB (Red+Green+Blue) = 186+95+197=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 95 (37.5% from 255 or 19.87% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA5FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5FC5 is #45A03A. Grayscale: #858585. Windows color (decimal): -4563003 or 12935098. OLE color: 12935098.

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

Color convert

RGB 186 95 197 -
CMYK 0.06 0.52 0 0.23
HSL 293.53º 0.47% 0.57% -
HSV(B) 293.53º 0.52% 0.77% -
XYZ 34.42 22.65 55.38 -
YUV 133.84 163.65 165.21 -
System Red Green Blue C M Y K H S L
Decimal 186 95 197 0.06 0.52 0 0.23 293.53 0.47 0.57
Hex BA 5F C5 6 34 0 17 126 2F 39
Octal 272 137 305 6 64 0 27 446 57 71
Binary 10111010 1011111 11000101 110 110100 0 10111 100100110 101111 111001

Color Harmonies of #BA5FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5FC5

Black with #BA5FC5

Text Example


Text Example

White with #BA5FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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