Html Css Color HEX #BC2AB8 Fuchsia

📋 copy color: '#BC2AB8'

red 188 ◦ green 42 ◦ blue 184

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

Shades of Fuchsia #BC2AB8

Tints of Fuchsia #BC2AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.44%

R = 45.41%
G = 10.14%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC2AB8 (or 0xBC2AB8) is known color: Fuchsia. HEX triplet: BC, 2A and B8. RGB value is (188,42,184). Sum of RGB (Red+Green+Blue) = 188+42+184=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2AB8 is #43D547. Grayscale: #656565. Windows color (decimal): -4445512 or 12069564. OLE color: 12069564.

HSL color Cylindrical-coordinate representation of color #BC2AB8: hue angle of 301.64º 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 #BC2AB8 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 184 -
CMYK 0 0.78 0.02 0.26
HSL 301.64º 0.63% 0.45% -
HSV(B) 301.64º 0.78% 0.74% -
XYZ 30.22 15.81 46.81 -
YUV 101.84 174.37 189.45 -
System Red Green Blue C M Y K H S L
Decimal 188 42 184 0 0.78 0.02 0.26 301.64 0.63 0.45
Hex BC 2A B8 0 4E 2 1A 12E 3F 2D
Octal 274 52 270 0 116 2 32 456 77 55
Binary 10111100 101010 10111000 0 1001110 10 11010 100101110 111111 101101

Color Harmonies of #BC2AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AB8

Black with #BC2AB8

Text Example


Text Example

White with #BC2AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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