Html Css Color HEX #BB2DB1 Fuchsia

📋 copy color: '#BB2DB1'

red 187 ◦ green 45 ◦ blue 177

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

Shades of Fuchsia #BB2DB1

Tints of Fuchsia #BB2DB1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11%

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

R = 45.72%
G = 11%
B = 43.28%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#BB2DB1 (or 0xBB2DB1) is known color: Fuchsia. HEX triplet: BB, 2D and B1. RGB value is (187,45,177). Sum of RGB (Red+Green+Blue) = 187+45+177=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2DB1 is #44D24E. Grayscale: #666666. Windows color (decimal): -4510287 or 11611579. OLE color: 11611579.

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

Color convert

RGB 187 45 177 -
CMYK 0 0.76 0.05 0.27
HSL 304.23º 0.61% 0.45% -
HSV(B) 304.23º 0.76% 0.73% -
XYZ 29.37 15.62 43.06 -
YUV 102.51 170.04 188.27 -
System Red Green Blue C M Y K H S L
Decimal 187 45 177 0 0.76 0.05 0.27 304.23 0.61 0.45
Hex BB 2D B1 0 4C 5 1B 130 3D 2D
Octal 273 55 261 0 114 5 33 460 75 55
Binary 10111011 101101 10110001 0 1001100 101 11011 100110000 111101 101101

Color Harmonies of #BB2DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DB1

Black with #BB2DB1

Text Example


Text Example

White with #BB2DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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