Html Css Color HEX #BC3EAA Fuchsia

📋 copy color: '#BC3EAA'

red 188 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #BC3EAA

Tints of Fuchsia #BC3EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.48%

R = 44.76%
G = 14.76%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC3EAA (or 0xBC3EAA) is known color: Fuchsia. HEX triplet: BC, 3E and AA. RGB value is (188,62,170). Sum of RGB (Red+Green+Blue) = 188+62+170=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 170 (66.80% from 255 or 40.48% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3EAA is #43C155. Grayscale: #6F6F6F. Windows color (decimal): -4440406 or 11157180. OLE color: 11157180.

HSL color Cylindrical-coordinate representation of color #BC3EAA: hue angle of 308.57º 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 #BC3EAA is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 62 170 -
CMYK 0 0.67 0.10 0.26
HSL 308.57º 0.5% 0.49% -
HSV(B) 308.57º 0.67% 0.74% -
XYZ 29.72 17.04 39.75 -
YUV 111.99 160.74 182.22 -
System Red Green Blue C M Y K H S L
Decimal 188 62 170 0 0.67 0.10 0.26 308.57 0.5 0.49
Hex BC 3E AA 0 43 A 1A 135 32 31
Octal 274 76 252 0 103 12 32 465 62 61
Binary 10111100 111110 10101010 0 1000011 1010 11010 100110101 110010 110001

Color Harmonies of #BC3EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EAA

Black with #BC3EAA

Text Example


Text Example

White with #BC3EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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