Html Css Color HEX #BC3DAE Fuchsia

📋 copy color: '#BC3DAE'

red 188 ◦ green 61 ◦ blue 174

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

Shades of Fuchsia #BC3DAE

Tints of Fuchsia #BC3DAE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 44.44%
G = 14.42%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC3DAE (or 0xBC3DAE) is known color: Fuchsia. HEX triplet: BC, 3D and AE. RGB value is (188,61,174). Sum of RGB (Red+Green+Blue) = 188+61+174=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3DAE is #43C251. Grayscale: #6F6F6F. Windows color (decimal): -4440658 or 11419068. OLE color: 11419068.

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

Color convert

RGB 188 61 174 -
CMYK 0 0.68 0.07 0.26
HSL 306.61º 0.51% 0.49% -
HSV(B) 306.61º 0.68% 0.74% -
XYZ 30.05 17.08 41.76 -
YUV 111.86 163.08 182.31 -
System Red Green Blue C M Y K H S L
Decimal 188 61 174 0 0.68 0.07 0.26 306.61 0.51 0.49
Hex BC 3D AE 0 44 7 1A 133 33 31
Octal 274 75 256 0 104 7 32 463 63 61
Binary 10111100 111101 10101110 0 1000100 111 11010 100110011 110011 110001

Color Harmonies of #BC3DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DAE

Black with #BC3DAE

Text Example


Text Example

White with #BC3DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DAE; }

 p { color: rgb(188,61,174); }

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

background-color css

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

 a { background-color: rgb(188,61,174); }

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

border-color css

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

 span { border-color: rgb(188,61,174); }

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