#B938BF

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

Shades of Fuchsia #B938BF

Tints of Fuchsia #B938BF

Color information

#B938BF (or 0xB938BF) is unknown color: approx Fuchsia. HEX triplet: B9, 38 and BF. RGB value is (185,56,191). Sum of RGB (Red+Green+Blue) = 185+56+191=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 56 (22.27% from 255 or 12.96% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #B938BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938BF is #46C740. Grayscale: #6D6D6D. Windows color (decimal): -4638529 or 12531897. OLE color: 12531897.

HSL color Cylindrical-coordinate representation of color #B938BF: hue angle of 297.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B938BF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18556191-
CMYK0.030.7100.25
HSL297.33º54.66%48.43%-
HSV(B)297.33º70.68%74.9%-
XYZ30.8316.950.93-
YUV109.96173.74181.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 56 (22.27% from 255) = 12.96%
BLUE value IS 191 (75% from 255) = 44.21%
R=42.82%
G=12.96%
B=44.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185561910.030.7100.25297.3354.6648.43
HexB938BF3470191293730
Octal2717027731070314516760
Binary1011100111100010111111111000111011001100101001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B938BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B938BF; }

 p { color: rgb(185,56,191); }

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

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

 a { background-color: rgb(185,56,191); }

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

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

 span { border-color: rgb(185,56,191); }

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