Html Css Color HEX #BC3EAC Fuchsia

📋 copy color: '#BC3EAC'

red 188 ◦ green 62 ◦ blue 172

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

Shades of Fuchsia #BC3EAC

Tints of Fuchsia #BC3EAC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.69%

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

R = 44.55%
G = 14.69%
B = 40.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC3EAC (or 0xBC3EAC) is known color: Fuchsia. HEX triplet: BC, 3E and AC. RGB value is (188,62,172). Sum of RGB (Red+Green+Blue) = 188+62+172=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 62 (24.61% from 255 or 14.69% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3EAC is #43C153. Grayscale: #6F6F6F. Windows color (decimal): -4440404 or 11288252. OLE color: 11288252.

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

Color convert

RGB 188 62 172 -
CMYK 0 0.67 0.09 0.26
HSL 307.62º 0.5% 0.49% -
HSV(B) 307.62º 0.67% 0.74% -
XYZ 29.91 17.12 40.76 -
YUV 112.21 161.74 182.06 -
System Red Green Blue C M Y K H S L
Decimal 188 62 172 0 0.67 0.09 0.26 307.62 0.5 0.49
Hex BC 3E AC 0 43 9 1A 134 32 31
Octal 274 76 254 0 103 11 32 464 62 61
Binary 10111100 111110 10101100 0 1000011 1001 11010 100110100 110010 110001

Color Harmonies of #BC3EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EAC

Black with #BC3EAC

Text Example


Text Example

White with #BC3EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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