#BD30B1

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

Shades of Fuchsia #BD30B1

Tints of Fuchsia #BD30B1

Color information

#BD30B1 (or 0xBD30B1) is unknown color: approx Fuchsia. HEX triplet: BD, 30 and B1. RGB value is (189,48,177). Sum of RGB (Red+Green+Blue) = 189+48+177=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 48 (19.14% from 255 or 11.59% from 414); Blue value is 177 (69.53% from 255 or 42.75% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD30B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD30B1 is #42CF4E. Grayscale: #686868. Windows color (decimal): -4378447 or 11612349. OLE color: 11612349.

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

Color convert

RGB18948177-
CMYK00.750.060.26
HSL305.11º59.49%46.47%-
HSV(B)305.11º74.6%74.12%-
XYZ29.9816.1143.12-
YUV104.86168.71188.01-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 48 (19.14% from 255) = 11.59%
BLUE value IS 177 (69.53% from 255) = 42.75%
R=45.65%
G=11.59%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894817700.750.060.26305.1159.4946.47
HexBD30B104B61A1313b2e
Octal2756026101136324617356
Binary10111101110000101100010100101111011010100110001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD30B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD30B1; }

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

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

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

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

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

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

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

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