Html Css Color HEX #BB28BB Fuchsia

📋 copy color: '#BB28BB'

red 187 ◦ green 40 ◦ blue 187

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

Shades of Fuchsia #BB28BB

Tints of Fuchsia #BB28BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.66%

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

R = 45.17%
G = 9.66%
B = 45.17%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB28BB (or 0xBB28BB) is known color: Fuchsia. HEX triplet: BB, 28 and BB. RGB value is (187,40,187). Sum of RGB (Red+Green+Blue) = 187+40+187=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB28BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28BB is #44D744. Grayscale: #646464. Windows color (decimal): -4511557 or 12265659. OLE color: 12265659.

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

Color convert

RGB 187 40 187 -
CMYK 0 0.79 0 0.27
HSL 300º 0.65% 0.45% -
HSV(B) 300º 0.79% 0.73% -
XYZ 30.22 15.67 48.45 -
YUV 100.71 176.7 189.55 -
System Red Green Blue C M Y K H S L
Decimal 187 40 187 0 0.79 0 0.27 300 0.65 0.45
Hex BB 28 BB 0 4F 0 1B 12C 41 2D
Octal 273 50 273 0 117 0 33 454 101 55
Binary 10111011 101000 10111011 0 1001111 0 11011 100101100 1000001 101101

Color Harmonies of #BB28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28BB

Black with #BB28BB

Text Example


Text Example

White with #BB28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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