Html Css Color HEX #BC2BB5 Fuchsia

📋 copy color: '#BC2BB5'

red 188 ◦ green 43 ◦ blue 181

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

Shades of Fuchsia #BC2BB5

Tints of Fuchsia #BC2BB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 43.93%

R = 45.63%
G = 10.44%
B = 43.93%

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

#BC2BB5 (or 0xBC2BB5) is known color: Fuchsia. HEX triplet: BC, 2B and B5. RGB value is (188,43,181). Sum of RGB (Red+Green+Blue) = 188+43+181=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BB5 is #43D44A. Grayscale: #656565. Windows color (decimal): -4445259 or 11873212. OLE color: 11873212.

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

Color convert

RGB 188 43 181 -
CMYK 0 0.77 0.04 0.26
HSL 302.9º 0.63% 0.45% -
HSV(B) 302.9º 0.77% 0.74% -
XYZ 29.94 15.76 45.18 -
YUV 102.09 172.54 189.28 -
System Red Green Blue C M Y K H S L
Decimal 188 43 181 0 0.77 0.04 0.26 302.9 0.63 0.45
Hex BC 2B B5 0 4D 4 1A 12F 3F 2D
Octal 274 53 265 0 115 4 32 457 77 55
Binary 10111100 101011 10110101 0 1001101 100 11010 100101111 111111 101101

Color Harmonies of #BC2BB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BB5

Black with #BC2BB5

Text Example


Text Example

White with #BC2BB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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