Html Css Color HEX #BA70C2 Fuchsia

📋 copy color: '#BA70C2'

red 186 ◦ green 112 ◦ blue 194

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

Shades of Fuchsia #BA70C2

Tints of Fuchsia #BA70C2

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.76%

 BLUE value IS 194 (76.17% from 255) = 39.43%

R = 37.8%
G = 22.76%
B = 39.43%

CMYK

 C value IS 0.04

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BA70C2 (or 0xBA70C2) is known color: Fuchsia. HEX triplet: BA, 70 and C2. RGB value is (186,112,194). Sum of RGB (Red+Green+Blue) = 186+112+194=492 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.80% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 194 (76.17% from 255 or 39.43% from 492); Max value from RGB is 194 - color contains mainly: blue. Hex color #BA70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70C2 is #458F3D. Grayscale: #8F8F8F. Windows color (decimal): -4558654 or 12742842. OLE color: 12742842.

HSL color Cylindrical-coordinate representation of color #BA70C2: hue angle of 294.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA70C2 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 112 194 -
CMYK 0.04 0.42 0 0.24
HSL 294.15º 0.4% 0.6% -
HSV(B) 294.15º 0.42% 0.76% -
XYZ 35.78 25.92 54.16 -
YUV 143.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 186 112 194 0.04 0.42 0 0.24 294.15 0.4 0.6
Hex BA 70 C2 4 2A 0 18 126 28 3C
Octal 272 160 302 4 52 0 30 446 50 74
Binary 10111010 1110000 11000010 100 101010 0 11000 100100110 101000 111100

Color Harmonies of #BA70C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70C2

Black with #BA70C2

Text Example


Text Example

White with #BA70C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70C2; }

 p { color: rgb(186,112,194); }

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

background-color css

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

 a { background-color: rgb(186,112,194); }

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

border-color css

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

 span { border-color: rgb(186,112,194); }

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