Html Css Color HEX #BB46BB Fuchsia

📋 copy color: '#BB46BB'

red 187 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #BB46BB

Tints of Fuchsia #BB46BB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.77%

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

R = 42.12%
G = 15.77%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB46BB (or 0xBB46BB) is known color: Fuchsia. HEX triplet: BB, 46 and BB. RGB value is (187,70,187). Sum of RGB (Red+Green+Blue) = 187+70+187=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 70 (27.73% from 255 or 15.77% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB46BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46BB is #44B944. Grayscale: #757575. Windows color (decimal): -4503877 or 12273339. OLE color: 12273339.

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

Color convert

RGB 187 70 187 -
CMYK 0 0.63 0 0.27
HSL 300º 0.46% 0.5% -
HSV(B) 300º 0.63% 0.73% -
XYZ 31.65 18.53 48.92 -
YUV 118.32 166.76 176.99 -
System Red Green Blue C M Y K H S L
Decimal 187 70 187 0 0.63 0 0.27 300 0.46 0.5
Hex BB 46 BB 0 3F 0 1B 12C 2E 32
Octal 273 106 273 0 77 0 33 454 56 62
Binary 10111011 1000110 10111011 0 111111 0 11011 100101100 101110 110010

Color Harmonies of #BB46BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB46BB

Black with #BB46BB

Text Example


Text Example

White with #BB46BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB46BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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