#B938BE

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

Shades of Fuchsia #B938BE

Tints of Fuchsia #B938BE

Color information

#B938BE (or 0xB938BE) is unknown color: approx Fuchsia. HEX triplet: B9, 38 and BE. RGB value is (185,56,190). Sum of RGB (Red+Green+Blue) = 185+56+190=431 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.92% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #B938BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938BE is #46C741. Grayscale: #6D6D6D. Windows color (decimal): -4638530 or 12466361. OLE color: 12466361.

HSL color Cylindrical-coordinate representation of color #B938BE: hue angle of 297.76º degrees, saturation: 0.54, 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 #B938BE is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18556190-
CMYK0.030.7100.25
HSL297.76º54.47%48.24%-
HSV(B)297.76º70.53%74.51%-
XYZ30.7216.8650.35-
YUV109.85173.24181.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.92%
GREEN value IS 56 (22.27% from 255) = 12.99%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=42.92%
G=12.99%
B=44.08%

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
Decimal185561900.030.7100.25297.7654.4748.24
HexB938BE34701912a3630
Octal2717027631070314526660
Binary1011100111100010111110111000111011001100101010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B938BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B938BE; }

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

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

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

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

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

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

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

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