Html Css Color HEX #BC4DC2 Fuchsia

📋 copy color: '#BC4DC2'

red 188 ◦ green 77 ◦ blue 194

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

Shades of Fuchsia #BC4DC2

Tints of Fuchsia #BC4DC2

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.78%

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

R = 40.96%
G = 16.78%
B = 42.27%

CMYK

 C value IS 0.03

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC4DC2 (or 0xBC4DC2) is known color: Fuchsia. HEX triplet: BC, 4D and C2. RGB value is (188,77,194). Sum of RGB (Red+Green+Blue) = 188+77+194=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 194 (76.17% from 255 or 42.27% from 459); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC4DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DC2 is #43B23D. Grayscale: #7B7B7B. Windows color (decimal): -4436542 or 12733884. OLE color: 12733884.

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

Color convert

RGB 188 77 194 -
CMYK 0.03 0.60 0 0.24
HSL 296.92º 0.49% 0.53% -
HSV(B) 296.92º 0.6% 0.76% -
XYZ 33.13 19.89 53.13 -
YUV 123.53 167.77 173.99 -
System Red Green Blue C M Y K H S L
Decimal 188 77 194 0.03 0.60 0 0.24 296.92 0.49 0.53
Hex BC 4D C2 3 3C 0 18 129 31 35
Octal 274 115 302 3 74 0 30 451 61 65
Binary 10111100 1001101 11000010 11 111100 0 11000 100101001 110001 110101

Color Harmonies of #BC4DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DC2

Black with #BC4DC2

Text Example


Text Example

White with #BC4DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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