Html Css Color HEX #BC3CC3 Fuchsia

📋 copy color: '#BC3CC3'

red 188 ◦ green 60 ◦ blue 195

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

Shades of Fuchsia #BC3CC3

Tints of Fuchsia #BC3CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.02%

R = 42.44%
G = 13.54%
B = 44.02%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC3CC3 (or 0xBC3CC3) is known color: Fuchsia. HEX triplet: BC, 3C and C3. RGB value is (188,60,195). Sum of RGB (Red+Green+Blue) = 188+60+195=443 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.44% from 443); Green value is 60 (23.83% from 255 or 13.54% from 443); Blue value is 195 (76.56% from 255 or 44.02% from 443); Max value from RGB is 195 - color contains mainly: blue. Hex color #BC3CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CC3 is #43C33C. Grayscale: #717171. Windows color (decimal): -4440893 or 12795068. OLE color: 12795068.

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

Color convert

RGB 188 60 195 -
CMYK 0.04 0.69 0 0.24
HSL 296.89º 0.53% 0.5% -
HSV(B) 296.89º 0.69% 0.76% -
XYZ 32.21 17.86 53.38 -
YUV 113.66 173.91 181.02 -
System Red Green Blue C M Y K H S L
Decimal 188 60 195 0.04 0.69 0 0.24 296.89 0.53 0.5
Hex BC 3C C3 4 45 0 18 129 35 32
Octal 274 74 303 4 105 0 30 451 65 62
Binary 10111100 111100 11000011 100 1000101 0 11000 100101001 110101 110010

Color Harmonies of #BC3CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CC3

Black with #BC3CC3

Text Example


Text Example

White with #BC3CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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