Html Css Color HEX #BA46BC Fuchsia

📋 copy color: '#BA46BC'

red 186 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #BA46BC

Tints of Fuchsia #BA46BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

 BLUE value IS 188 (73.83% from 255) = 42.34%

R = 41.89%
G = 15.77%
B = 42.34%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BA46BC (or 0xBA46BC) is known color: Fuchsia. HEX triplet: BA, 46 and BC. RGB value is (186,70,188). Sum of RGB (Red+Green+Blue) = 186+70+188=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #BA46BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46BC is #45B943. Grayscale: #757575. Windows color (decimal): -4569412 or 12338874. OLE color: 12338874.

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

Color convert

RGB 186 70 188 -
CMYK 0.01 0.63 0 0.26
HSL 298.98º 0.47% 0.51% -
HSV(B) 298.98º 0.63% 0.74% -
XYZ 31.52 18.45 49.48 -
YUV 118.14 167.43 176.41 -
System Red Green Blue C M Y K H S L
Decimal 186 70 188 0.01 0.63 0 0.26 298.98 0.47 0.51
Hex BA 46 BC 1 3F 0 1A 12B 2F 33
Octal 272 106 274 1 77 0 32 453 57 63
Binary 10111010 1000110 10111100 1 111111 0 11010 100101011 101111 110011

Color Harmonies of #BA46BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA46BC

Black with #BA46BC

Text Example


Text Example

White with #BA46BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA46BC; }

 p { color: rgb(186,70,188); }

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

background-color css

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

 a { background-color: rgb(186,70,188); }

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

border-color css

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

 span { border-color: rgb(186,70,188); }

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