#B75DBE

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

Shades of Fuchsia #B75DBE

Tints of Fuchsia #B75DBE

Color information

#B75DBE (or 0xB75DBE) is unknown color: approx Fuchsia. HEX triplet: B7, 5D and BE. RGB value is (183,93,190). Sum of RGB (Red+Green+Blue) = 183+93+190=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #B75DBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DBE is #48A241. Grayscale: #828282. Windows color (decimal): -4760130 or 12475831. OLE color: 12475831.

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

Color convert

RGB18393190-
CMYK0.040.5100.25
HSL295.67º42.73%55.49%-
HSV(B)295.67º51.05%74.51%-
XYZ32.7421.6151.16-
YUV130.97161.32165.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.27%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=39.27%
G=19.96%
B=40.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183931900.040.5100.25295.6742.7355.49
HexB75DBE4330191282b37
Octal2671352764630314505367
Binary10110111101110110111110100110011011001100101000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DBE; }

 p { color: rgb(183,93,190); }

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

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

 a { background-color: rgb(183,93,190); }

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

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

 span { border-color: rgb(183,93,190); }

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