Html Css Color HEX #BC2CBB Fuchsia

📋 copy color: '#BC2CBB'

red 188 ◦ green 44 ◦ blue 187

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

Shades of Fuchsia #BC2CBB

Tints of Fuchsia #BC2CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 44.87%
G = 10.5%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC2CBB (or 0xBC2CBB) is known color: Fuchsia. HEX triplet: BC, 2C and BB. RGB value is (188,44,187). Sum of RGB (Red+Green+Blue) = 188+44+187=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 44 (17.58% from 255 or 10.50% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2CBB is #43D344. Grayscale: #666666. Windows color (decimal): -4444997 or 12266684. OLE color: 12266684.

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

Color convert

RGB 188 44 187 -
CMYK 0 0.77 0.01 0.26
HSL 300.42º 0.62% 0.45% -
HSV(B) 300.42º 0.77% 0.74% -
XYZ 30.61 16.08 48.5 -
YUV 103.36 175.21 188.37 -
System Red Green Blue C M Y K H S L
Decimal 188 44 187 0 0.77 0.01 0.26 300.42 0.62 0.45
Hex BC 2C BB 0 4D 1 1A 12C 3E 2D
Octal 274 54 273 0 115 1 32 454 76 55
Binary 10111100 101100 10111011 0 1001101 1 11010 100101100 111110 101101

Color Harmonies of #BC2CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2CBB

Black with #BC2CBB

Text Example


Text Example

White with #BC2CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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