Html Css Color HEX #BB48BB Fuchsia

📋 copy color: '#BB48BB'

red 187 ◦ green 72 ◦ blue 187

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

Shades of Fuchsia #BB48BB

Tints of Fuchsia #BB48BB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.14%

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

R = 41.93%
G = 16.14%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB48BB (or 0xBB48BB) is known color: Fuchsia. HEX triplet: BB, 48 and BB. RGB value is (187,72,187). Sum of RGB (Red+Green+Blue) = 187+72+187=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB48BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB48BB is #44B744. Grayscale: #777777. Windows color (decimal): -4503365 or 12273851. OLE color: 12273851.

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

Color convert

RGB 187 72 187 -
CMYK 0 0.61 0 0.27
HSL 300º 0.46% 0.51% -
HSV(B) 300º 0.61% 0.73% -
XYZ 31.78 18.79 48.97 -
YUV 119.5 166.1 176.15 -
System Red Green Blue C M Y K H S L
Decimal 187 72 187 0 0.61 0 0.27 300 0.46 0.51
Hex BB 48 BB 0 3D 0 1B 12C 2E 33
Octal 273 110 273 0 75 0 33 454 56 63
Binary 10111011 1001000 10111011 0 111101 0 11011 100101100 101110 110011

Color Harmonies of #BB48BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB48BB

Black with #BB48BB

Text Example


Text Example

White with #BB48BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB48BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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