Html Css Color HEX #BB47A6 Fuchsia

📋 copy color: '#BB47A6'

red 187 ◦ green 71 ◦ blue 166

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

Shades of Fuchsia #BB47A6

Tints of Fuchsia #BB47A6

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.75%

 BLUE value IS 166 (65.23% from 255) = 39.15%

R = 44.1%
G = 16.75%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#BB47A6 (or 0xBB47A6) is known color: Fuchsia. HEX triplet: BB, 47 and A6. RGB value is (187,71,166). Sum of RGB (Red+Green+Blue) = 187+71+166=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 71 (28.12% from 255 or 16.75% from 424); Blue value is 166 (65.23% from 255 or 39.15% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB47A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB47A6 is #44B859. Grayscale: #747474. Windows color (decimal): -4503642 or 10897339. OLE color: 10897339.

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

Color convert

RGB 187 71 166 -
CMYK 0 0.62 0.11 0.27
HSL 310.86º 0.46% 0.51% -
HSV(B) 310.86º 0.62% 0.73% -
XYZ 29.63 17.82 37.96 -
YUV 116.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 187 71 166 0 0.62 0.11 0.27 310.86 0.46 0.51
Hex BB 47 A6 0 3E B 1B 137 2E 33
Octal 273 107 246 0 76 13 33 467 56 63
Binary 10111011 1000111 10100110 0 111110 1011 11011 100110111 101110 110011

Color Harmonies of #BB47A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB47A6

Black with #BB47A6

Text Example


Text Example

White with #BB47A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB47A6; }

 p { color: rgb(187,71,166); }

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

background-color css

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

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

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

border-color css

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

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

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