Html Css Color HEX #BC36AC Fuchsia

📋 copy color: '#BC36AC'

red 188 ◦ green 54 ◦ blue 172

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

Shades of Fuchsia #BC36AC

Tints of Fuchsia #BC36AC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.04%

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

R = 45.41%
G = 13.04%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC36AC (or 0xBC36AC) is known color: Fuchsia. HEX triplet: BC, 36 and AC. RGB value is (188,54,172). Sum of RGB (Red+Green+Blue) = 188+54+172=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC36AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC36AC is #43C953. Grayscale: #6B6B6B. Windows color (decimal): -4442452 or 11286204. OLE color: 11286204.

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

Color convert

RGB 188 54 172 -
CMYK 0 0.71 0.09 0.26
HSL 307.16º 0.55% 0.47% -
HSV(B) 307.16º 0.71% 0.74% -
XYZ 29.5 16.31 40.62 -
YUV 107.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 188 54 172 0 0.71 0.09 0.26 307.16 0.55 0.47
Hex BC 36 AC 0 47 9 1A 133 37 2F
Octal 274 66 254 0 107 11 32 463 67 57
Binary 10111100 110110 10101100 0 1000111 1001 11010 100110011 110111 101111

Color Harmonies of #BC36AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36AC

Black with #BC36AC

Text Example


Text Example

White with #BC36AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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