Html Css Color HEX #BC42B8 Fuchsia

📋 copy color: '#BC42B8'

red 188 ◦ green 66 ◦ blue 184

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

Shades of Fuchsia #BC42B8

Tints of Fuchsia #BC42B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 42.01%

R = 42.92%
G = 15.07%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC42B8 (or 0xBC42B8) is known color: Fuchsia. HEX triplet: BC, 42 and B8. RGB value is (188,66,184). Sum of RGB (Red+Green+Blue) = 188+66+184=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 66 (26.17% from 255 or 15.07% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC42B8 is #43BD47. Grayscale: #737373. Windows color (decimal): -4439368 or 12075708. OLE color: 12075708.

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

Color convert

RGB 188 66 184 -
CMYK 0 0.65 0.02 0.26
HSL 301.97º 0.48% 0.5% -
HSV(B) 301.97º 0.65% 0.74% -
XYZ 31.34 18.05 47.18 -
YUV 115.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 188 66 184 0 0.65 0.02 0.26 301.97 0.48 0.5
Hex BC 42 B8 0 41 2 1A 12E 30 32
Octal 274 102 270 0 101 2 32 456 60 62
Binary 10111100 1000010 10111000 0 1000001 10 11010 100101110 110000 110010

Color Harmonies of #BC42B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42B8

Black with #BC42B8

Text Example


Text Example

White with #BC42B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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