Html Css Color HEX #BB46BD Fuchsia

📋 copy color: '#BB46BD'

red 187 ◦ green 70 ◦ blue 189

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

Shades of Fuchsia #BB46BD

Tints of Fuchsia #BB46BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.38%

R = 41.93%
G = 15.7%
B = 42.38%

CMYK

 C value IS 0.01

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB46BD (or 0xBB46BD) is known color: Fuchsia. HEX triplet: BB, 46 and BD. RGB value is (187,70,189). Sum of RGB (Red+Green+Blue) = 187+70+189=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 70 (27.73% from 255 or 15.70% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB46BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB46BD is #44B942. Grayscale: #767676. Windows color (decimal): -4503875 or 12404411. OLE color: 12404411.

HSL color Cylindrical-coordinate representation of color #BB46BD: hue angle of 298.99º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB46BD is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 70 189 -
CMYK 0.01 0.63 0 0.26
HSL 298.99º 0.47% 0.51% -
HSV(B) 298.99º 0.63% 0.74% -
XYZ 31.87 18.62 50.06 -
YUV 118.55 167.76 176.82 -
System Red Green Blue C M Y K H S L
Decimal 187 70 189 0.01 0.63 0 0.26 298.99 0.47 0.51
Hex BB 46 BD 1 3F 0 1A 12B 2F 33
Octal 273 106 275 1 77 0 32 453 57 63
Binary 10111011 1000110 10111101 1 111111 0 11010 100101011 101111 110011

Color Harmonies of #BB46BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB46BD

Black with #BB46BD

Text Example


Text Example

White with #BB46BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB46BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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