Html Css Color HEX #BC2BBC Fuchsia

📋 copy color: '#BC2BBC'

red 188 ◦ green 43 ◦ blue 188

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

Shades of Fuchsia #BC2BBC

Tints of Fuchsia #BC2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.26%

 BLUE value IS 188 (73.83% from 255) = 44.87%

R = 44.87%
G = 10.26%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BC2BBC (or 0xBC2BBC) is known color: Fuchsia. HEX triplet: BC, 2B and BC. RGB value is (188,43,188). Sum of RGB (Red+Green+Blue) = 188+43+188=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: red, blue. Hex color #BC2BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BBC is #43D443. Grayscale: #666666. Windows color (decimal): -4445252 or 12331964. OLE color: 12331964.

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

Color convert

RGB 188 43 188 -
CMYK 0 0.77 0 0.26
HSL 300º 0.63% 0.45% -
HSV(B) 300º 0.77% 0.74% -
XYZ 30.68 16.05 49.06 -
YUV 102.89 176.04 188.71 -
System Red Green Blue C M Y K H S L
Decimal 188 43 188 0 0.77 0 0.26 300 0.63 0.45
Hex BC 2B BC 0 4D 0 1A 12C 3F 2D
Octal 274 53 274 0 115 0 32 454 77 55
Binary 10111100 101011 10111100 0 1001101 0 11010 100101100 111111 101101

Color Harmonies of #BC2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BBC

Black with #BC2BBC

Text Example


Text Example

White with #BC2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BBC; }

 p { color: rgb(188,43,188); }

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

background-color css

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

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

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

border-color css

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

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

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