#B730BE

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

Shades of Fuchsia #B730BE

Tints of Fuchsia #B730BE

Color information

#B730BE (or 0xB730BE) is unknown color: approx Fuchsia. HEX triplet: B7, 30 and BE. RGB value is (183,48,190). Sum of RGB (Red+Green+Blue) = 183+48+190=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 190 - color contains mainly: blue. Hex color #B730BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730BE is #48CF41. Grayscale: #686868. Windows color (decimal): -4771650 or 12464311. OLE color: 12464311.

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

Color convert

RGB18348190-
CMYK0.040.7500.25
HSL297.04º59.66%46.67%-
HSV(B)297.04º74.74%74.51%-
XYZ29.8815.950.21-
YUV104.55176.23183.95-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 48 (19.14% from 255) = 11.40%
BLUE value IS 190 (74.61% from 255) = 45.13%
R=43.47%
G=11.40%
B=45.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183481900.040.7500.25297.0459.6646.67
HexB730BE44B0191293c2f
Octal2676027641130314517457
Binary10110111110000101111101001001011011001100101001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730BE; }

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

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

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

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

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

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

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

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