Html Css Color HEX #BC2BBB Fuchsia

📋 copy color: '#BC2BBB'

red 188 ◦ green 43 ◦ blue 187

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

Shades of Fuchsia #BC2BBB

Tints of Fuchsia #BC2BBB

RGB

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

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

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

R = 44.98%
G = 10.29%
B = 44.74%

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

#BC2BBB (or 0xBC2BBB) is known color: Fuchsia. HEX triplet: BC, 2B and BB. RGB value is (188,43,187). Sum of RGB (Red+Green+Blue) = 188+43+187=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 43 (17.19% from 255 or 10.29% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BBB is #43D444. Grayscale: #666666. Windows color (decimal): -4445253 or 12266428. OLE color: 12266428.

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

Color convert

RGB 188 43 187 -
CMYK 0 0.77 0.01 0.26
HSL 300.41º 0.63% 0.45% -
HSV(B) 300.41º 0.77% 0.74% -
XYZ 30.57 16.01 48.49 -
YUV 102.77 175.54 188.79 -
System Red Green Blue C M Y K H S L
Decimal 188 43 187 0 0.77 0.01 0.26 300.41 0.63 0.45
Hex BC 2B BB 0 4D 1 1A 12C 3F 2D
Octal 274 53 273 0 115 1 32 454 77 55
Binary 10111100 101011 10111011 0 1001101 1 11010 100101100 111111 101101

Color Harmonies of #BC2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BBB

Black with #BC2BBB

Text Example


Text Example

White with #BC2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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