Html Css Color HEX #BC34C2 Fuchsia

📋 copy color: '#BC34C2'

red 188 ◦ green 52 ◦ blue 194

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

Shades of Fuchsia #BC34C2

Tints of Fuchsia #BC34C2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.98%

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

R = 43.32%
G = 11.98%
B = 44.7%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC34C2 (or 0xBC34C2) is known color: Fuchsia. HEX triplet: BC, 34 and C2. RGB value is (188,52,194). Sum of RGB (Red+Green+Blue) = 188+52+194=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 194 (76.17% from 255 or 44.70% from 434); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC34C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC34C2 is #43CB3D. Grayscale: #6C6C6C. Windows color (decimal): -4442942 or 12727484. OLE color: 12727484.

HSL color Cylindrical-coordinate representation of color #BC34C2: hue angle of 297.46º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC34C2 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 52 194 -
CMYK 0.03 0.73 0 0.24
HSL 297.46º 0.58% 0.48% -
HSV(B) 297.46º 0.73% 0.76% -
XYZ 31.7 17.04 52.66 -
YUV 108.85 176.06 184.45 -
System Red Green Blue C M Y K H S L
Decimal 188 52 194 0.03 0.73 0 0.24 297.46 0.58 0.48
Hex BC 34 C2 3 49 0 18 129 3A 30
Octal 274 64 302 3 111 0 30 451 72 60
Binary 10111100 110100 11000010 11 1001001 0 11000 100101001 111010 110000

Color Harmonies of #BC34C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34C2

Black with #BC34C2

Text Example


Text Example

White with #BC34C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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