Html Css Color HEX #BB2FBF Fuchsia

📋 copy color: '#BB2FBF'

red 187 ◦ green 47 ◦ blue 191

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

Shades of Fuchsia #BB2FBF

Tints of Fuchsia #BB2FBF

RGB

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

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

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

R = 44%
G = 11.06%
B = 44.94%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB2FBF (or 0xBB2FBF) is known color: Fuchsia. HEX triplet: BB, 2F and BF. RGB value is (187,47,191). Sum of RGB (Red+Green+Blue) = 187+47+191=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB2FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2FBF is #44D040. Grayscale: #686868. Windows color (decimal): -4509761 or 12529595. OLE color: 12529595.

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

Color convert

RGB 187 47 191 -
CMYK 0.02 0.75 0 0.25
HSL 298.33º 0.61% 0.47% -
HSV(B) 298.33º 0.75% 0.75% -
XYZ 30.91 16.36 50.82 -
YUV 105.28 176.38 186.29 -
System Red Green Blue C M Y K H S L
Decimal 187 47 191 0.02 0.75 0 0.25 298.33 0.61 0.47
Hex BB 2F BF 2 4B 0 19 12A 3D 2F
Octal 273 57 277 2 113 0 31 452 75 57
Binary 10111011 101111 10111111 10 1001011 0 11001 100101010 111101 101111

Color Harmonies of #BB2FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FBF

Black with #BB2FBF

Text Example


Text Example

White with #BB2FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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