Html Css Color HEX #BC42B2 Fuchsia

📋 copy color: '#BC42B2'

red 188 ◦ green 66 ◦ blue 178

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

Shades of Fuchsia #BC42B2

Tints of Fuchsia #BC42B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 43.52%
G = 15.28%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC42B2 (or 0xBC42B2) is known color: Fuchsia. HEX triplet: BC, 42 and B2. RGB value is (188,66,178). Sum of RGB (Red+Green+Blue) = 188+66+178=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42B2 is #43BD4D. Grayscale: #727272. Windows color (decimal): -4439374 or 11682492. OLE color: 11682492.

HSL color Cylindrical-coordinate representation of color #BC42B2: hue angle of 304.92º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC42B2 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 178 -
CMYK 0 0.65 0.05 0.26
HSL 304.92º 0.48% 0.5% -
HSV(B) 304.92º 0.65% 0.74% -
XYZ 30.72 17.8 43.94 -
YUV 115.25 163.42 179.89 -
System Red Green Blue C M Y K H S L
Decimal 188 66 178 0 0.65 0.05 0.26 304.92 0.48 0.5
Hex BC 42 B2 0 41 5 1A 131 30 32
Octal 274 102 262 0 101 5 32 461 60 62
Binary 10111100 1000010 10110010 0 1000001 101 11010 100110001 110000 110010

Color Harmonies of #BC42B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42B2

Black with #BC42B2

Text Example


Text Example

White with #BC42B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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