Html Css Color HEX #BC4AAE Fuchsia

📋 copy color: '#BC4AAE'

red 188 ◦ green 74 ◦ blue 174

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

Shades of Fuchsia #BC4AAE

Tints of Fuchsia #BC4AAE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.97%

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

R = 43.12%
G = 16.97%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#BC4AAE (or 0xBC4AAE) is known color: Fuchsia. HEX triplet: BC, 4A and AE. RGB value is (188,74,174). Sum of RGB (Red+Green+Blue) = 188+74+174=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 74 (29.30% from 255 or 16.97% from 436); Blue value is 174 (68.36% from 255 or 39.91% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4AAE is #43B551. Grayscale: #777777. Windows color (decimal): -4437330 or 11422396. OLE color: 11422396.

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

Color convert

RGB 188 74 174 -
CMYK 0 0.61 0.07 0.26
HSL 307.37º 0.46% 0.51% -
HSV(B) 307.37º 0.61% 0.74% -
XYZ 30.83 18.64 42.02 -
YUV 119.49 158.77 176.87 -
System Red Green Blue C M Y K H S L
Decimal 188 74 174 0 0.61 0.07 0.26 307.37 0.46 0.51
Hex BC 4A AE 0 3D 7 1A 133 2E 33
Octal 274 112 256 0 75 7 32 463 56 63
Binary 10111100 1001010 10101110 0 111101 111 11010 100110011 101110 110011

Color Harmonies of #BC4AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AAE

Black with #BC4AAE

Text Example


Text Example

White with #BC4AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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