#bb34af

Color #BB34AF Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BB34AF

Tints of Fuchsia #BB34AF

Color information

#BB34AF (or 0xBB34AF) is unknown color: approx Fuchsia. HEX triplet: BB, 34 and AF. RGB value is (187,52,175). Sum of RGB (Red+Green+Blue) = 187+52+175=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB34AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB34AF is #44CB50. Grayscale: #6A6A6A. Windows color (decimal): -4508497 or 11482299. OLE color: 11482299.

HSL color Cylindrical-coordinate representation of color #BB34AF: hue angle of 305.33º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB34AF is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB18752175-
CMYK00.720.060.27
HSL305.33º56.49%46.86%-
HSV(B)305.33º72.19%73.33%-
XYZ29.4616.1242.12-
YUV106.39166.73185.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.17%
GREEN value IS 52 (20.70% from 255) = 12.56%
BLUE value IS 175 (68.75% from 255) = 42.27%
R=45.17%
G=12.56%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875217500.720.060.27305.3356.4946.86
HexBB34AF04861B131382f
Octal2736425701106334617057
Binary10111011110100101011110100100011011011100110001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb34af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb34af; }

 p { color: rgb(187,52,175); }

 H1.HeaderClassName
 {
   color: #bb34af;
 }
 .AnyTagClassName
 {
   color: #bb34af;
 }
</style>
background-color css

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

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

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

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

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

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