#BD30B6

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

Shades of Fuchsia #BD30B6

Tints of Fuchsia #BD30B6

Color information

#BD30B6 (or 0xBD30B6) is unknown color: approx Fuchsia. HEX triplet: BD, 30 and B6. RGB value is (189,48,182). Sum of RGB (Red+Green+Blue) = 189+48+182=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 182 (71.48% from 255 or 43.44% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30B6 is #42CF49. Grayscale: #696969. Windows color (decimal): -4378442 or 11940029. OLE color: 11940029.

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

Color convert

RGB18948182-
CMYK00.750.040.26
HSL302.98º59.49%46.47%-
HSV(B)302.98º74.6%74.12%-
XYZ30.4916.3145.8-
YUV105.44171.21187.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.11%
GREEN value IS 48 (19.14% from 255) = 11.46%
BLUE value IS 182 (71.48% from 255) = 43.44%
R=45.11%
G=11.46%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894818200.750.040.26302.9859.4946.47
HexBD30B604B41A12f3b2e
Octal2756026601134324577356
Binary10111101110000101101100100101110011010100101111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD30B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD30B6; }

 p { color: rgb(189,48,182); }

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

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

 a { background-color: rgb(189,48,182); }

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

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

 span { border-color: rgb(189,48,182); }

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