Html Css Color HEX #BB2BBB Fuchsia

📋 copy color: '#BB2BBB'

red 187 ◦ green 43 ◦ blue 187

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

Shades of Fuchsia #BB2BBB

Tints of Fuchsia #BB2BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

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

R = 44.84%
G = 10.31%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB2BBB (or 0xBB2BBB) is known color: Fuchsia. HEX triplet: BB, 2B and BB. RGB value is (187,43,187). Sum of RGB (Red+Green+Blue) = 187+43+187=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BBB is #44D444. Grayscale: #666666. Windows color (decimal): -4510789 or 12266427. OLE color: 12266427.

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

Color convert

RGB 187 43 187 -
CMYK 0 0.77 0 0.27
HSL 300º 0.63% 0.45% -
HSV(B) 300º 0.77% 0.73% -
XYZ 30.33 15.88 48.48 -
YUV 102.47 175.71 188.29 -
System Red Green Blue C M Y K H S L
Decimal 187 43 187 0 0.77 0 0.27 300 0.63 0.45
Hex BB 2B BB 0 4D 0 1B 12C 3F 2D
Octal 273 53 273 0 115 0 33 454 77 55
Binary 10111011 101011 10111011 0 1001101 0 11011 100101100 111111 101101

Color Harmonies of #BB2BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BBB

Black with #BB2BBB

Text Example


Text Example

White with #BB2BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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