Html Css Color HEX #BC3AAB Fuchsia

📋 copy color: '#BC3AAB'

red 188 ◦ green 58 ◦ blue 171

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

Shades of Fuchsia #BC3AAB

Tints of Fuchsia #BC3AAB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.91%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 45.08%
G = 13.91%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC3AAB (or 0xBC3AAB) is known color: Fuchsia. HEX triplet: BC, 3A and AB. RGB value is (188,58,171). Sum of RGB (Red+Green+Blue) = 188+58+171=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 58 (23.05% from 255 or 13.91% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3AAB is #43C554. Grayscale: #6D6D6D. Windows color (decimal): -4441429 or 11221692. OLE color: 11221692.

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

Color convert

RGB 188 58 171 -
CMYK 0 0.69 0.09 0.26
HSL 307.85º 0.53% 0.48% -
HSV(B) 307.85º 0.69% 0.74% -
XYZ 29.6 16.66 40.18 -
YUV 109.75 162.57 183.81 -
System Red Green Blue C M Y K H S L
Decimal 188 58 171 0 0.69 0.09 0.26 307.85 0.53 0.48
Hex BC 3A AB 0 45 9 1A 134 35 30
Octal 274 72 253 0 105 11 32 464 65 60
Binary 10111100 111010 10101011 0 1000101 1001 11010 100110100 110101 110000

Color Harmonies of #BC3AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AAB

Black with #BC3AAB

Text Example


Text Example

White with #BC3AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AAB; }

 p { color: rgb(188,58,171); }

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

background-color css

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

 a { background-color: rgb(188,58,171); }

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

border-color css

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

 span { border-color: rgb(188,58,171); }

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