#BB38B0

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

Shades of Fuchsia #BB38B0

Tints of Fuchsia #BB38B0

Color information

#BB38B0 (or 0xBB38B0) is unknown color: approx Fuchsia. HEX triplet: BB, 38 and B0. RGB value is (187,56,176). Sum of RGB (Red+Green+Blue) = 187+56+176=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 187 - color contains mainly: red. Hex color #BB38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB38B0 is #44C74F. Grayscale: #6C6C6C. Windows color (decimal): -4507472 or 11548859. OLE color: 11548859.

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

Color convert

RGB18756176-
CMYK00.700.060.27
HSL305.04º53.91%47.65%-
HSV(B)305.04º70.05%73.33%-
XYZ29.7416.5342.7-
YUV108.85165.9183.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.63%
GREEN value IS 56 (22.27% from 255) = 13.37%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=44.63%
G=13.37%
B=42.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875617600.700.060.27305.0453.9147.65
HexBB38B004661B1313630
Octal2737026001066334616660
Binary10111011111000101100000100011011011011100110001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB38B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB38B0; }

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

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

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

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

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

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

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

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