Html Css Color HEX #BC70BE Fuchsia

📋 copy color: '#BC70BE'

red 188 ◦ green 112 ◦ blue 190

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

Shades of Fuchsia #BC70BE

Tints of Fuchsia #BC70BE

RGB

 RED value IS 188 (73.83% from 255) = 38.37%

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 38.37%
G = 22.86%
B = 38.78%

CMYK

 C value IS 0.01

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC70BE (or 0xBC70BE) is known color: Fuchsia. HEX triplet: BC, 70 and BE. RGB value is (188,112,190). Sum of RGB (Red+Green+Blue) = 188+112+190=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC70BE is #438F41. Grayscale: #8F8F8F. Windows color (decimal): -4427586 or 12480700. OLE color: 12480700.

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

Color convert

RGB 188 112 190 -
CMYK 0.01 0.41 0 0.25
HSL 298.46º 0.38% 0.59% -
HSV(B) 298.46º 0.41% 0.75% -
XYZ 35.83 26 51.84 -
YUV 143.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 188 112 190 0.01 0.41 0 0.25 298.46 0.38 0.59
Hex BC 70 BE 1 29 0 19 12A 26 3B
Octal 274 160 276 1 51 0 31 452 46 73
Binary 10111100 1110000 10111110 1 101001 0 11001 100101010 100110 111011

Color Harmonies of #BC70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC70BE

Black with #BC70BE

Text Example


Text Example

White with #BC70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC70BE; }

 p { color: rgb(188,112,190); }

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

background-color css

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

 a { background-color: rgb(188,112,190); }

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

border-color css

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

 span { border-color: rgb(188,112,190); }

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