Html Css Color HEX #BC2BBF Fuchsia

📋 copy color: '#BC2BBF'

red 188 ◦ green 43 ◦ blue 191

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

Shades of Fuchsia #BC2BBF

Tints of Fuchsia #BC2BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.26%

R = 44.55%
G = 10.19%
B = 45.26%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC2BBF (or 0xBC2BBF) is known color: Fuchsia. HEX triplet: BC, 2B and BF. RGB value is (188,43,191). Sum of RGB (Red+Green+Blue) = 188+43+191=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 43 (17.19% from 255 or 10.19% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC2BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC2BBF is #43D440. Grayscale: #666666. Windows color (decimal): -4445249 or 12528572. OLE color: 12528572.

HSL color Cylindrical-coordinate representation of color #BC2BBF: hue angle of 298.78º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC2BBF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 43 191 -
CMYK 0.02 0.77 0 0.25
HSL 298.78º 0.63% 0.46% -
HSV(B) 298.78º 0.77% 0.75% -
XYZ 31.01 16.18 50.78 -
YUV 103.23 177.54 188.47 -
System Red Green Blue C M Y K H S L
Decimal 188 43 191 0.02 0.77 0 0.25 298.78 0.63 0.46
Hex BC 2B BF 2 4D 0 19 12B 3F 2E
Octal 274 53 277 2 115 0 31 453 77 56
Binary 10111100 101011 10111111 10 1001101 0 11001 100101011 111111 101110

Color Harmonies of #BC2BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2BBF

Black with #BC2BBF

Text Example


Text Example

White with #BC2BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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