Html Css Color HEX #BA70C0 Fuchsia

📋 copy color: '#BA70C0'

red 186 ◦ green 112 ◦ blue 192

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

Shades of Fuchsia #BA70C0

Tints of Fuchsia #BA70C0

RGB

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

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

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

R = 37.96%
G = 22.86%
B = 39.18%

CMYK

 C value IS 0.03

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BA70C0 (or 0xBA70C0) is known color: Fuchsia. HEX triplet: BA, 70 and C0. RGB value is (186,112,192). Sum of RGB (Red+Green+Blue) = 186+112+192=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #BA70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA70C0 is #458F3F. Grayscale: #8F8F8F. Windows color (decimal): -4558656 or 12611770. OLE color: 12611770.

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

Color convert

RGB 186 112 192 -
CMYK 0.03 0.42 0 0.25
HSL 295.5º 0.39% 0.6% -
HSV(B) 295.5º 0.42% 0.75% -
XYZ 35.56 25.83 52.98 -
YUV 143.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 186 112 192 0.03 0.42 0 0.25 295.5 0.39 0.6
Hex BA 70 C0 3 2A 0 19 128 27 3C
Octal 272 160 300 3 52 0 31 450 47 74
Binary 10111010 1110000 11000000 11 101010 0 11001 100101000 100111 111100

Color Harmonies of #BA70C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA70C0

Black with #BA70C0

Text Example


Text Example

White with #BA70C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA70C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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