Html Css Color HEX #BC2FAB Fuchsia

📋 copy color: '#BC2FAB'

red 188 ◦ green 47 ◦ blue 171

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

Shades of Fuchsia #BC2FAB

Tints of Fuchsia #BC2FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.58%

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

R = 46.31%
G = 11.58%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC2FAB (or 0xBC2FAB) is known color: Fuchsia. HEX triplet: BC, 2F and AB. RGB value is (188,47,171). Sum of RGB (Red+Green+Blue) = 188+47+171=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2FAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2FAB is #43D054. Grayscale: #666666. Windows color (decimal): -4444245 or 11218876. OLE color: 11218876.

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

Color convert

RGB 188 47 171 -
CMYK 0 0.75 0.09 0.26
HSL 307.23º 0.6% 0.46% -
HSV(B) 307.23º 0.75% 0.74% -
XYZ 29.11 15.66 40.02 -
YUV 103.3 166.21 188.42 -
System Red Green Blue C M Y K H S L
Decimal 188 47 171 0 0.75 0.09 0.26 307.23 0.6 0.46
Hex BC 2F AB 0 4B 9 1A 133 3C 2E
Octal 274 57 253 0 113 11 32 463 74 56
Binary 10111100 101111 10101011 0 1001011 1001 11010 100110011 111100 101110

Color Harmonies of #BC2FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FAB

Black with #BC2FAB

Text Example


Text Example

White with #BC2FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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