Html Css Color HEX #BC33AC Fuchsia

📋 copy color: '#BC33AC'

red 188 ◦ green 51 ◦ blue 172

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

Shades of Fuchsia #BC33AC

Tints of Fuchsia #BC33AC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.41%

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

R = 45.74%
G = 12.41%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC33AC (or 0xBC33AC) is known color: Fuchsia. HEX triplet: BC, 33 and AC. RGB value is (188,51,172). Sum of RGB (Red+Green+Blue) = 188+51+172=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC33AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC33AC is #43CC53. Grayscale: #696969. Windows color (decimal): -4443220 or 11285436. OLE color: 11285436.

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

Color convert

RGB 188 51 172 -
CMYK 0 0.73 0.09 0.26
HSL 307.01º 0.57% 0.47% -
HSV(B) 307.01º 0.73% 0.74% -
XYZ 29.37 16.04 40.58 -
YUV 105.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 188 51 172 0 0.73 0.09 0.26 307.01 0.57 0.47
Hex BC 33 AC 0 49 9 1A 133 39 2F
Octal 274 63 254 0 111 11 32 463 71 57
Binary 10111100 110011 10101100 0 1001001 1001 11010 100110011 111001 101111

Color Harmonies of #BC33AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33AC

Black with #BC33AC

Text Example


Text Example

White with #BC33AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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