Html Css Color HEX #BC42C2 Fuchsia

📋 copy color: '#BC42C2'

red 188 ◦ green 66 ◦ blue 194

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

Shades of Fuchsia #BC42C2

Tints of Fuchsia #BC42C2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.73%

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

R = 41.96%
G = 14.73%
B = 43.3%

CMYK

 C value IS 0.03

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC42C2 (or 0xBC42C2) is known color: Fuchsia. HEX triplet: BC, 42 and C2. RGB value is (188,66,194). Sum of RGB (Red+Green+Blue) = 188+66+194=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 194 (76.17% from 255 or 43.30% from 448); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC42C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42C2 is #43BD3D. Grayscale: #747474. Windows color (decimal): -4439358 or 12731068. OLE color: 12731068.

HSL color Cylindrical-coordinate representation of color #BC42C2: hue angle of 297.19º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC42C2 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 66 194 -
CMYK 0.03 0.66 0 0.24
HSL 297.19º 0.51% 0.51% -
HSV(B) 297.19º 0.66% 0.76% -
XYZ 32.42 18.48 52.9 -
YUV 117.07 171.42 178.59 -
System Red Green Blue C M Y K H S L
Decimal 188 66 194 0.03 0.66 0 0.24 297.19 0.51 0.51
Hex BC 42 C2 3 42 0 18 129 33 33
Octal 274 102 302 3 102 0 30 451 63 63
Binary 10111100 1000010 11000010 11 1000010 0 11000 100101001 110011 110011

Color Harmonies of #BC42C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42C2

Black with #BC42C2

Text Example


Text Example

White with #BC42C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42C2; }

 p { color: rgb(188,66,194); }

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

background-color css

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

 a { background-color: rgb(188,66,194); }

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

border-color css

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

 span { border-color: rgb(188,66,194); }

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