Html Css Color HEX #BC3FAB Fuchsia

📋 copy color: '#BC3FAB'

red 188 ◦ green 63 ◦ blue 171

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

Shades of Fuchsia #BC3FAB

Tints of Fuchsia #BC3FAB

RGB

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

 GREEN value IS 63 (25% from 255) = 14.93%

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

R = 44.55%
G = 14.93%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC3FAB (or 0xBC3FAB) is known color: Fuchsia. HEX triplet: BC, 3F and AB. RGB value is (188,63,171). Sum of RGB (Red+Green+Blue) = 188+63+171=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3FAB is #43C054. Grayscale: #707070. Windows color (decimal): -4440149 or 11222972. OLE color: 11222972.

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

Color convert

RGB 188 63 171 -
CMYK 0 0.66 0.09 0.26
HSL 308.16º 0.5% 0.49% -
HSV(B) 308.16º 0.66% 0.74% -
XYZ 29.87 17.19 40.27 -
YUV 112.69 160.91 181.72 -
System Red Green Blue C M Y K H S L
Decimal 188 63 171 0 0.66 0.09 0.26 308.16 0.5 0.49
Hex BC 3F AB 0 42 9 1A 134 32 31
Octal 274 77 253 0 102 11 32 464 62 61
Binary 10111100 111111 10101011 0 1000010 1001 11010 100110100 110010 110001

Color Harmonies of #BC3FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3FAB

Black with #BC3FAB

Text Example


Text Example

White with #BC3FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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