Html Css Color HEX #BC42C4 Fuchsia

📋 copy color: '#BC42C4'

red 188 ◦ green 66 ◦ blue 196

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

Shades of Fuchsia #BC42C4

Tints of Fuchsia #BC42C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.56%

R = 41.78%
G = 14.67%
B = 43.56%

CMYK

 C value IS 0.04

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BC42C4 (or 0xBC42C4) is known color: Fuchsia. HEX triplet: BC, 42 and C4. RGB value is (188,66,196). Sum of RGB (Red+Green+Blue) = 188+66+196=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 196 (76.95% from 255 or 43.56% from 450); Max value from RGB is 196 - color contains mainly: blue. Hex color #BC42C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42C4 is #43BD3B. Grayscale: #747474. Windows color (decimal): -4439356 or 12862140. OLE color: 12862140.

HSL color Cylindrical-coordinate representation of color #BC42C4: hue angle of 296.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC42C4 is Cyan = 0.04, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 66 196 -
CMYK 0.04 0.66 0 0.23
HSL 296.31º 0.52% 0.51% -
HSV(B) 296.31º 0.66% 0.77% -
XYZ 32.65 18.57 54.09 -
YUV 117.3 172.42 178.43 -
System Red Green Blue C M Y K H S L
Decimal 188 66 196 0.04 0.66 0 0.23 296.31 0.52 0.51
Hex BC 42 C4 4 42 0 17 128 34 33
Octal 274 102 304 4 102 0 27 450 64 63
Binary 10111100 1000010 11000100 100 1000010 0 10111 100101000 110100 110011

Color Harmonies of #BC42C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42C4

Black with #BC42C4

Text Example


Text Example

White with #BC42C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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