Html Css Color HEX #BB2FBC Fuchsia

📋 copy color: '#BB2FBC'

red 187 ◦ green 47 ◦ blue 188

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

Shades of Fuchsia #BB2FBC

Tints of Fuchsia #BB2FBC

RGB

 RED value IS 187 (73.44% from 255) = 44.31%

 GREEN value IS 47 (18.75% from 255) = 11.14%

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

R = 44.31%
G = 11.14%
B = 44.55%

CMYK

 C value IS 0.01

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB2FBC (or 0xBB2FBC) is known color: Fuchsia. HEX triplet: BB, 2F and BC. RGB value is (187,47,188). Sum of RGB (Red+Green+Blue) = 187+47+188=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 47 (18.75% from 255 or 11.14% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB2FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FBC is #44D043. Grayscale: #686868. Windows color (decimal): -4509764 or 12332987. OLE color: 12332987.

HSL color Cylindrical-coordinate representation of color #BB2FBC: hue angle of 299.57º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB2FBC is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 47 188 -
CMYK 0.01 0.75 0 0.26
HSL 299.57º 0.6% 0.46% -
HSV(B) 299.57º 0.75% 0.74% -
XYZ 30.59 16.23 49.1 -
YUV 104.93 174.88 186.54 -
System Red Green Blue C M Y K H S L
Decimal 187 47 188 0.01 0.75 0 0.26 299.57 0.6 0.46
Hex BB 2F BC 1 4B 0 1A 12C 3C 2E
Octal 273 57 274 1 113 0 32 454 74 56
Binary 10111011 101111 10111100 1 1001011 0 11010 100101100 111100 101110

Color Harmonies of #BB2FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FBC

Black with #BB2FBC

Text Example


Text Example

White with #BB2FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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