Html Css Color HEX #BA4BC5 Fuchsia

📋 copy color: '#BA4BC5'

red 186 ◦ green 75 ◦ blue 197

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

Shades of Fuchsia #BA4BC5

Tints of Fuchsia #BA4BC5

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.38%

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

R = 40.61%
G = 16.38%
B = 43.01%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BA4BC5 (or 0xBA4BC5) is known color: Fuchsia. HEX triplet: BA, 4B and C5. RGB value is (186,75,197). Sum of RGB (Red+Green+Blue) = 186+75+197=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA4BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4BC5 is #45B43A. Grayscale: #797979. Windows color (decimal): -4568123 or 12929978. OLE color: 12929978.

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

Color convert

RGB 186 75 197 -
CMYK 0.06 0.62 0 0.23
HSL 294.59º 0.51% 0.53% -
HSV(B) 294.59º 0.62% 0.77% -
XYZ 32.84 19.5 54.86 -
YUV 122.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 186 75 197 0.06 0.62 0 0.23 294.59 0.51 0.53
Hex BA 4B C5 6 3E 0 17 127 33 35
Octal 272 113 305 6 76 0 27 447 63 65
Binary 10111010 1001011 11000101 110 111110 0 10111 100100111 110011 110101

Color Harmonies of #BA4BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4BC5

Black with #BA4BC5

Text Example


Text Example

White with #BA4BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4BC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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