#B938C1

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

Shades of Fuchsia #B938C1

Tints of Fuchsia #B938C1

Color information

#B938C1 (or 0xB938C1) is unknown color: approx Fuchsia. HEX triplet: B9, 38 and C1. RGB value is (185,56,193). Sum of RGB (Red+Green+Blue) = 185+56+193=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 193 (75.78% from 255 or 44.47% from 434); Max value from RGB is 193 - color contains mainly: blue. Hex color #B938C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938C1 is #46C73E. Grayscale: #6D6D6D. Windows color (decimal): -4638527 or 12662969. OLE color: 12662969.

HSL color Cylindrical-coordinate representation of color #B938C1: hue angle of 296.5º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B938C1 is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18556193-
CMYK0.040.7100.24
HSL296.5º55.02%48.82%-
HSV(B)296.5º70.98%75.69%-
XYZ31.0516.9952.1-
YUV110.19174.74181.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 56 (22.27% from 255) = 12.90%
BLUE value IS 193 (75.78% from 255) = 44.47%
R=42.63%
G=12.90%
B=44.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal185561930.040.7100.24296.555.0248.82
HexB938C14470181283731
Octal2717030141070304506761
Binary10111001111000110000011001000111011000100101000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B938C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B938C1; }

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

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

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

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

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

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

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

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