#BB3AB0

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

Shades of Fuchsia #BB3AB0

Tints of Fuchsia #BB3AB0

Color information

#BB3AB0 (or 0xBB3AB0) is unknown color: approx Fuchsia. HEX triplet: BB, 3A and B0. RGB value is (187,58,176). Sum of RGB (Red+Green+Blue) = 187+58+176=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 176 (69.14% from 255 or 41.81% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3AB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3AB0 is #44C54F. Grayscale: #6D6D6D. Windows color (decimal): -4506960 or 11549371. OLE color: 11549371.

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

Color convert

RGB18758176-
CMYK00.690.060.27
HSL305.12º52.65%48.04%-
HSV(B)305.12º68.98%73.33%-
XYZ29.8416.7342.73-
YUV110.02165.24182.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.42%
GREEN value IS 58 (23.05% from 255) = 13.78%
BLUE value IS 176 (69.14% from 255) = 41.81%
R=44.42%
G=13.78%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875817600.690.060.27305.1252.6548.04
HexBB3AB004561B1313530
Octal2737226001056334616560
Binary10111011111010101100000100010111011011100110001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3AB0; }

 p { color: rgb(187,58,176); }

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

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

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

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

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

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

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