Html Css Color HEX #BC3CAD Fuchsia

📋 copy color: '#BC3CAD'

red 188 ◦ green 60 ◦ blue 173

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

Shades of Fuchsia #BC3CAD

Tints of Fuchsia #BC3CAD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.25%

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 44.66%
G = 14.25%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#BC3CAD (or 0xBC3CAD) is known color: Fuchsia. HEX triplet: BC, 3C and AD. RGB value is (188,60,173). Sum of RGB (Red+Green+Blue) = 188+60+173=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 60 (23.83% from 255 or 14.25% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3CAD is #43C352. Grayscale: #6E6E6E. Windows color (decimal): -4440915 or 11353276. OLE color: 11353276.

HSL color Cylindrical-coordinate representation of color #BC3CAD: hue angle of 307.03º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC3CAD is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 60 173 -
CMYK 0 0.68 0.08 0.26
HSL 307.03º 0.52% 0.49% -
HSV(B) 307.03º 0.68% 0.74% -
XYZ 29.9 16.94 41.23 -
YUV 111.15 162.91 182.81 -
System Red Green Blue C M Y K H S L
Decimal 188 60 173 0 0.68 0.08 0.26 307.03 0.52 0.49
Hex BC 3C AD 0 44 8 1A 133 34 31
Octal 274 74 255 0 104 10 32 463 64 61
Binary 10111100 111100 10101101 0 1000100 1000 11010 100110011 110100 110001

Color Harmonies of #BC3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CAD

Black with #BC3CAD

Text Example


Text Example

White with #BC3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CAD; }

 p { color: rgb(188,60,173); }

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

background-color css

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

 a { background-color: rgb(188,60,173); }

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

border-color css

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

 span { border-color: rgb(188,60,173); }

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