#B755BD

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

Shades of Fuchsia #B755BD

Tints of Fuchsia #B755BD

Color information

#B755BD (or 0xB755BD) is unknown color: approx Fuchsia. HEX triplet: B7, 55 and BD. RGB value is (183,85,189). Sum of RGB (Red+Green+Blue) = 183+85+189=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #B755BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755BD is #48AA42. Grayscale: #7D7D7D. Windows color (decimal): -4762179 or 12408247. OLE color: 12408247.

HSL color Cylindrical-coordinate representation of color #B755BD: hue angle of 296.54º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B755BD is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18385189-
CMYK0.030.5500.26
HSL296.54º44.07%53.73%-
HSV(B)296.54º55.03%74.12%-
XYZ31.9620.2450.37-
YUV126.16163.47168.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 85 (33.59% from 255) = 18.60%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=40.04%
G=18.60%
B=41.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal183851890.030.5500.26296.5444.0753.73
HexB755BD33701A1292c36
Octal2671252753670324515466
Binary1011011110101011011110111110111011010100101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755BD; }

 p { color: rgb(183,85,189); }

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

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

 a { background-color: rgb(183,85,189); }

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

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

 span { border-color: rgb(183,85,189); }

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