#B530BB

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

Shades of Fuchsia #B530BB

Tints of Fuchsia #B530BB

Color information

#B530BB (or 0xB530BB) is unknown color: approx Fuchsia. HEX triplet: B5, 30 and BB. RGB value is (181,48,187). Sum of RGB (Red+Green+Blue) = 181+48+187=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #B530BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B530BB is #4ACF44. Grayscale: #676767. Windows color (decimal): -4902725 or 12267701. OLE color: 12267701.

HSL color Cylindrical-coordinate representation of color #B530BB: hue angle of 297.41º 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 #B530BB is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18148187-
CMYK0.030.7400.27
HSL297.41º59.15%46.08%-
HSV(B)297.41º74.33%73.33%-
XYZ29.0815.5348.48-
YUV103.61175.06183.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.51%
GREEN value IS 48 (19.14% from 255) = 11.54%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=43.51%
G=11.54%
B=44.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181481870.030.7400.27297.4159.1546.08
HexB530BB34A01B1293b2e
Octal2656027331120334517356
Binary1011010111000010111011111001010011011100101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B530BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B530BB; }

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

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

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

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

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

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

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

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