Html Css Color HEX #BC2AB7 Fuchsia

📋 copy color: '#BC2AB7'

red 188 ◦ green 42 ◦ blue 183

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

Shades of Fuchsia #BC2AB7

Tints of Fuchsia #BC2AB7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.17%

 BLUE value IS 183 (71.88% from 255) = 44.31%

R = 45.52%
G = 10.17%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC2AB7 (or 0xBC2AB7) is known color: Fuchsia. HEX triplet: BC, 2A and B7. RGB value is (188,42,183). Sum of RGB (Red+Green+Blue) = 188+42+183=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 42 (16.80% from 255 or 10.17% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AB7 is #43D548. Grayscale: #656565. Windows color (decimal): -4445513 or 12004028. OLE color: 12004028.

HSL color Cylindrical-coordinate representation of color #BC2AB7: hue angle of 302.05º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2AB7 is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 183 -
CMYK 0 0.78 0.03 0.26
HSL 302.05º 0.63% 0.45% -
HSV(B) 302.05º 0.78% 0.74% -
XYZ 30.11 15.77 46.26 -
YUV 101.73 173.87 189.54 -
System Red Green Blue C M Y K H S L
Decimal 188 42 183 0 0.78 0.03 0.26 302.05 0.63 0.45
Hex BC 2A B7 0 4E 3 1A 12E 3F 2D
Octal 274 52 267 0 116 3 32 456 77 55
Binary 10111100 101010 10110111 0 1001110 11 11010 100101110 111111 101101

Color Harmonies of #BC2AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AB7

Black with #BC2AB7

Text Example


Text Example

White with #BC2AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AB7; }

 p { color: rgb(188,42,183); }

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

background-color css

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

 a { background-color: rgb(188,42,183); }

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

border-color css

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

 span { border-color: rgb(188,42,183); }

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