Html Css Color HEX #BA32C0 Fuchsia

📋 copy color: '#BA32C0'

red 186 ◦ green 50 ◦ blue 192

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

Shades of Fuchsia #BA32C0

Tints of Fuchsia #BA32C0

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.68%

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

R = 43.46%
G = 11.68%
B = 44.86%

CMYK

 C value IS 0.03

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA32C0 (or 0xBA32C0) is known color: Fuchsia. HEX triplet: BA, 32 and C0. RGB value is (186,50,192). Sum of RGB (Red+Green+Blue) = 186+50+192=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA32C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32C0 is #45CD3F. Grayscale: #6A6A6A. Windows color (decimal): -4574528 or 12595898. OLE color: 12595898.

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

Color convert

RGB 186 50 192 -
CMYK 0.03 0.74 0 0.25
HSL 297.46º 0.59% 0.47% -
HSV(B) 297.46º 0.74% 0.75% -
XYZ 30.9 16.53 51.43 -
YUV 106.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 186 50 192 0.03 0.74 0 0.25 297.46 0.59 0.47
Hex BA 32 C0 3 4A 0 19 129 3B 2F
Octal 272 62 300 3 112 0 31 451 73 57
Binary 10111010 110010 11000000 11 1001010 0 11001 100101001 111011 101111

Color Harmonies of #BA32C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA32C0

Black with #BA32C0

Text Example


Text Example

White with #BA32C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA32C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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