Html Css Color HEX #BB2DBB Fuchsia

📋 copy color: '#BB2DBB'

red 187 ◦ green 45 ◦ blue 187

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

Shades of Fuchsia #BB2DBB

Tints of Fuchsia #BB2DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.63%

R = 44.63%
G = 10.74%
B = 44.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB2DBB (or 0xBB2DBB) is known color: Fuchsia. HEX triplet: BB, 2D and BB. RGB value is (187,45,187). Sum of RGB (Red+Green+Blue) = 187+45+187=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB2DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DBB is #44D244. Grayscale: #676767. Windows color (decimal): -4510277 or 12266939. OLE color: 12266939.

HSL color Cylindrical-coordinate representation of color #BB2DBB: hue angle of 300º 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 #BB2DBB is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 45 187 -
CMYK 0 0.76 0 0.27
HSL 300º 0.61% 0.45% -
HSV(B) 300º 0.76% 0.73% -
XYZ 30.4 16.03 48.51 -
YUV 103.65 175.04 187.45 -
System Red Green Blue C M Y K H S L
Decimal 187 45 187 0 0.76 0 0.27 300 0.61 0.45
Hex BB 2D BB 0 4C 0 1B 12C 3D 2D
Octal 273 55 273 0 114 0 33 454 75 55
Binary 10111011 101101 10111011 0 1001100 0 11011 100101100 111101 101101

Color Harmonies of #BB2DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DBB

Black with #BB2DBB

Text Example


Text Example

White with #BB2DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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