Html Css Color HEX #BC2BB4 Fuchsia

📋 copy color: '#BC2BB4'

red 188 ◦ green 43 ◦ blue 180

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

Shades of Fuchsia #BC2BB4

Tints of Fuchsia #BC2BB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 43.8%

R = 45.74%
G = 10.46%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.26

RGB Variations

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

Color information

#BC2BB4 (or 0xBC2BB4) is known color: Fuchsia. HEX triplet: BC, 2B and B4. RGB value is (188,43,180). Sum of RGB (Red+Green+Blue) = 188+43+180=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 180 (70.70% from 255 or 43.80% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BB4 is #43D44B. Grayscale: #656565. Windows color (decimal): -4445260 or 11807676. OLE color: 11807676.

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

Color convert

RGB 188 43 180 -
CMYK 0 0.77 0.04 0.26
HSL 303.31º 0.63% 0.45% -
HSV(B) 303.31º 0.77% 0.74% -
XYZ 29.84 15.71 44.64 -
YUV 101.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 188 43 180 0 0.77 0.04 0.26 303.31 0.63 0.45
Hex BC 2B B4 0 4D 4 1A 12F 3F 2D
Octal 274 53 264 0 115 4 32 457 77 55
Binary 10111100 101011 10110100 0 1001101 100 11010 100101111 111111 101101

Color Harmonies of #BC2BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BB4

Black with #BC2BB4

Text Example


Text Example

White with #BC2BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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