Html Css Color HEX #BC3DAA Fuchsia

📋 copy color: '#BC3DAA'

red 188 ◦ green 61 ◦ blue 170

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

Shades of Fuchsia #BC3DAA

Tints of Fuchsia #BC3DAA

RGB

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

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

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

R = 44.87%
G = 14.56%
B = 40.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC3DAA (or 0xBC3DAA) is known color: Fuchsia. HEX triplet: BC, 3D and AA. RGB value is (188,61,170). Sum of RGB (Red+Green+Blue) = 188+61+170=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3DAA is #43C255. Grayscale: #6F6F6F. Windows color (decimal): -4440662 or 11156924. OLE color: 11156924.

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

Color convert

RGB 188 61 170 -
CMYK 0 0.68 0.10 0.26
HSL 308.5º 0.51% 0.49% -
HSV(B) 308.5º 0.68% 0.74% -
XYZ 29.66 16.93 39.73 -
YUV 111.4 161.08 182.64 -
System Red Green Blue C M Y K H S L
Decimal 188 61 170 0 0.68 0.10 0.26 308.5 0.51 0.49
Hex BC 3D AA 0 44 A 1A 135 33 31
Octal 274 75 252 0 104 12 32 465 63 61
Binary 10111100 111101 10101010 0 1000100 1010 11010 100110101 110011 110001

Color Harmonies of #BC3DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DAA

Black with #BC3DAA

Text Example


Text Example

White with #BC3DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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