Html Css Color HEX #BC42BA Fuchsia

📋 copy color: '#BC42BA'

red 188 ◦ green 66 ◦ blue 186

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

Shades of Fuchsia #BC42BA

Tints of Fuchsia #BC42BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.27%

R = 42.73%
G = 15%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC42BA (or 0xBC42BA) is known color: Fuchsia. HEX triplet: BC, 42 and BA. RGB value is (188,66,186). Sum of RGB (Red+Green+Blue) = 188+66+186=440 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.73% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 186 (73.05% from 255 or 42.27% from 440); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42BA is #43BD45. Grayscale: #737373. Windows color (decimal): -4439366 or 12206780. OLE color: 12206780.

HSL color Cylindrical-coordinate representation of color #BC42BA: hue angle of 300.98º 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 #BC42BA is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 186 -
CMYK 0 0.65 0.01 0.26
HSL 300.98º 0.48% 0.5% -
HSV(B) 300.98º 0.65% 0.74% -
XYZ 31.55 18.13 48.29 -
YUV 116.16 167.42 179.24 -
System Red Green Blue C M Y K H S L
Decimal 188 66 186 0 0.65 0.01 0.26 300.98 0.48 0.5
Hex BC 42 BA 0 41 1 1A 12D 30 32
Octal 274 102 272 0 101 1 32 455 60 62
Binary 10111100 1000010 10111010 0 1000001 1 11010 100101101 110000 110010

Color Harmonies of #BC42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42BA

Black with #BC42BA

Text Example


Text Example

White with #BC42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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