Html Css Color HEX #BB2FB1 Fuchsia

📋 copy color: '#BB2FB1'

red 187 ◦ green 47 ◦ blue 177

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

Shades of Fuchsia #BB2FB1

Tints of Fuchsia #BB2FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 43.07%

R = 45.5%
G = 11.44%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB2FB1 (or 0xBB2FB1) is known color: Fuchsia. HEX triplet: BB, 2F and B1. RGB value is (187,47,177). Sum of RGB (Red+Green+Blue) = 187+47+177=411 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.50% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2FB1 is #44D04E. Grayscale: #676767. Windows color (decimal): -4509775 or 11612091. OLE color: 11612091.

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

Color convert

RGB 187 47 177 -
CMYK 0 0.75 0.05 0.27
HSL 304.29º 0.6% 0.46% -
HSV(B) 304.29º 0.75% 0.73% -
XYZ 29.45 15.77 43.09 -
YUV 103.68 169.38 187.43 -
System Red Green Blue C M Y K H S L
Decimal 187 47 177 0 0.75 0.05 0.27 304.29 0.6 0.46
Hex BB 2F B1 0 4B 5 1B 130 3C 2E
Octal 273 57 261 0 113 5 33 460 74 56
Binary 10111011 101111 10110001 0 1001011 101 11011 100110000 111100 101110

Color Harmonies of #BB2FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2FB1

Black with #BB2FB1

Text Example


Text Example

White with #BB2FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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