#BD30AC

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

Shades of Fuchsia #BD30AC

Tints of Fuchsia #BD30AC

Color information

#BD30AC (or 0xBD30AC) is unknown color: approx Fuchsia. HEX triplet: BD, 30 and AC. RGB value is (189,48,172). Sum of RGB (Red+Green+Blue) = 189+48+172=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30AC is #42CF53. Grayscale: #676767. Windows color (decimal): -4378452 or 11284669. OLE color: 11284669.

HSL color Cylindrical-coordinate representation of color #BD30AC: hue angle of 307.23º 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 #BD30AC is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18948172-
CMYK00.750.090.26
HSL307.23º59.49%46.47%-
HSV(B)307.23º74.6%74.12%-
XYZ29.4915.9140.55-
YUV104.3166.21188.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=46.21%
G=11.74%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894817200.750.090.26307.2359.4946.47
HexBD30AC04B91A1333b2e
Octal27560254011311324637356
Binary101111011100001010110001001011100111010100110011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD30AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD30AC; }

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

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

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

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

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

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

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

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