Html Css Color HEX #BC34AC Fuchsia

📋 copy color: '#BC34AC'

red 188 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #BC34AC

Tints of Fuchsia #BC34AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.75%

R = 45.63%
G = 12.62%
B = 41.75%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC34AC (or 0xBC34AC) is known color: Fuchsia. HEX triplet: BC, 34 and AC. RGB value is (188,52,172). Sum of RGB (Red+Green+Blue) = 188+52+172=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC34AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC34AC is #43CB53. Grayscale: #6A6A6A. Windows color (decimal): -4442964 or 11285692. OLE color: 11285692.

HSL color Cylindrical-coordinate representation of color #BC34AC: hue angle of 307.06º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC34AC is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 52 172 -
CMYK 0 0.72 0.09 0.26
HSL 307.06º 0.57% 0.47% -
HSV(B) 307.06º 0.72% 0.74% -
XYZ 29.41 16.13 40.59 -
YUV 106.34 165.06 186.24 -
System Red Green Blue C M Y K H S L
Decimal 188 52 172 0 0.72 0.09 0.26 307.06 0.57 0.47
Hex BC 34 AC 0 48 9 1A 133 39 2F
Octal 274 64 254 0 110 11 32 463 71 57
Binary 10111100 110100 10101100 0 1001000 1001 11010 100110011 111001 101111

Color Harmonies of #BC34AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC34AC

Black with #BC34AC

Text Example


Text Example

White with #BC34AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC34AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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