Html Css Color HEX #BB46BA Fuchsia

📋 copy color: '#BB46BA'

red 187 ◦ green 70 ◦ blue 186

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

Shades of Fuchsia #BB46BA

Tints of Fuchsia #BB46BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.99%

R = 42.21%
G = 15.8%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB46BA (or 0xBB46BA) is known color: Fuchsia. HEX triplet: BB, 46 and BA. RGB value is (187,70,186). Sum of RGB (Red+Green+Blue) = 187+70+186=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BB46BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46BA is #44B945. Grayscale: #757575. Windows color (decimal): -4503878 or 12207803. OLE color: 12207803.

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

Color convert

RGB 187 70 186 -
CMYK 0 0.63 0.01 0.27
HSL 300.51º 0.46% 0.5% -
HSV(B) 300.51º 0.63% 0.73% -
XYZ 31.55 18.49 48.36 -
YUV 118.21 166.26 177.07 -
System Red Green Blue C M Y K H S L
Decimal 187 70 186 0 0.63 0.01 0.27 300.51 0.46 0.5
Hex BB 46 BA 0 3F 1 1B 12D 2E 32
Octal 273 106 272 0 77 1 33 455 56 62
Binary 10111011 1000110 10111010 0 111111 1 11011 100101101 101110 110010

Color Harmonies of #BB46BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB46BA

Black with #BB46BA

Text Example


Text Example

White with #BB46BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB46BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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