#B730BB

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

Shades of Fuchsia #B730BB

Tints of Fuchsia #B730BB

Color information

#B730BB (or 0xB730BB) is unknown color: approx Fuchsia. HEX triplet: B7, 30 and BB. RGB value is (183,48,187). Sum of RGB (Red+Green+Blue) = 183+48+187=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #B730BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B730BB is #48CF44. Grayscale: #676767. Windows color (decimal): -4771653 or 12267703. OLE color: 12267703.

HSL color Cylindrical-coordinate representation of color #B730BB: hue angle of 298.27º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B730BB is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18348187-
CMYK0.020.7400.27
HSL298.27º59.15%46.08%-
HSV(B)298.27º74.33%73.33%-
XYZ29.5615.7748.5-
YUV104.21174.73184.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.78%
GREEN value IS 48 (19.14% from 255) = 11.48%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=43.78%
G=11.48%
B=44.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183481870.020.7400.27298.2759.1546.08
HexB730BB24A01B12a3b2e
Octal2676027321120334527356
Binary1011011111000010111011101001010011011100101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B730BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B730BB; }

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

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

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

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

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

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

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

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