Html Css Color HEX #BC2CB2 Fuchsia

📋 copy color: '#BC2CB2'

red 188 ◦ green 44 ◦ blue 178

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

Shades of Fuchsia #BC2CB2

Tints of Fuchsia #BC2CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 43.41%

R = 45.85%
G = 10.73%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC2CB2 (or 0xBC2CB2) is known color: Fuchsia. HEX triplet: BC, 2C and B2. RGB value is (188,44,178). Sum of RGB (Red+Green+Blue) = 188+44+178=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 178 (69.92% from 255 or 43.41% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2CB2 is #43D34D. Grayscale: #656565. Windows color (decimal): -4445006 or 11676860. OLE color: 11676860.

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

Color convert

RGB 188 44 178 -
CMYK 0 0.77 0.05 0.26
HSL 304.17º 0.62% 0.45% -
HSV(B) 304.17º 0.77% 0.74% -
XYZ 29.68 15.71 43.59 -
YUV 102.33 170.71 189.1 -
System Red Green Blue C M Y K H S L
Decimal 188 44 178 0 0.77 0.05 0.26 304.17 0.62 0.45
Hex BC 2C B2 0 4D 5 1A 130 3E 2D
Octal 274 54 262 0 115 5 32 460 76 55
Binary 10111100 101100 10110010 0 1001101 101 11010 100110000 111110 101101

Color Harmonies of #BC2CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CB2

Black with #BC2CB2

Text Example


Text Example

White with #BC2CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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