Html Css Color HEX #BC2CB8 Fuchsia

📋 copy color: '#BC2CB8'

red 188 ◦ green 44 ◦ blue 184

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

Shades of Fuchsia #BC2CB8

Tints of Fuchsia #BC2CB8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.58%

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

R = 45.19%
G = 10.58%
B = 44.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#BC2CB8 (or 0xBC2CB8) is known color: Fuchsia. HEX triplet: BC, 2C and B8. RGB value is (188,44,184). Sum of RGB (Red+Green+Blue) = 188+44+184=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 44 (17.58% from 255 or 10.58% from 416); Blue value is 184 (72.27% from 255 or 44.23% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CB8 is #43D347. Grayscale: #666666. Windows color (decimal): -4445000 or 12070076. OLE color: 12070076.

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

Color convert

RGB 188 44 184 -
CMYK 0 0.77 0.02 0.26
HSL 301.67º 0.62% 0.45% -
HSV(B) 301.67º 0.77% 0.74% -
XYZ 30.29 15.95 46.83 -
YUV 103.02 173.71 188.62 -
System Red Green Blue C M Y K H S L
Decimal 188 44 184 0 0.77 0.02 0.26 301.67 0.62 0.45
Hex BC 2C B8 0 4D 2 1A 12E 3E 2D
Octal 274 54 270 0 115 2 32 456 76 55
Binary 10111100 101100 10111000 0 1001101 10 11010 100101110 111110 101101

Color Harmonies of #BC2CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CB8

Black with #BC2CB8

Text Example


Text Example

White with #BC2CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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