#B038BB

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

Shades of Fuchsia #B038BB

Tints of Fuchsia #B038BB

Color information

#B038BB (or 0xB038BB) is unknown color: approx Fuchsia. HEX triplet: B0, 38 and BB. RGB value is (176,56,187). Sum of RGB (Red+Green+Blue) = 176+56+187=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 56 (22.27% from 255 or 13.37% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #B038BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B038BB is #4FC744. Grayscale: #6A6A6A. Windows color (decimal): -5228357 or 12269744. OLE color: 12269744.

HSL color Cylindrical-coordinate representation of color #B038BB: hue angle of 294.96º 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 #B038BB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17656187-
CMYK0.060.7000.27
HSL294.96º53.91%47.65%-
HSV(B)294.96º70.05%73.33%-
XYZ28.2915.6548.54-
YUV106.81173.26177.35-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal176561870.060.7000.27294.9653.9147.65
HexB038BB64601B1273630
Octal2607027361060334476660
Binary10110000111000101110111101000110011011100100111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B038BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B038BB; }

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

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

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

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

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

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

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

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