#BD30C2

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

Shades of Fuchsia #BD30C2

Tints of Fuchsia #BD30C2

Color information

#BD30C2 (or 0xBD30C2) is unknown color: approx Fuchsia. HEX triplet: BD, 30 and C2. RGB value is (189,48,194). Sum of RGB (Red+Green+Blue) = 189+48+194=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 48 (19.14% from 255 or 11.14% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 194 - color contains mainly: blue. Hex color #BD30C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30C2 is #42CF3D. Grayscale: #6A6A6A. Windows color (decimal): -4378430 or 12726461. OLE color: 12726461.

HSL color Cylindrical-coordinate representation of color #BD30C2: hue angle of 297.95º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD30C2 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18948194-
CMYK0.030.7500.24
HSL297.95º60.33%47.45%-
HSV(B)297.95º75.26%76.08%-
XYZ31.7816.8352.61-
YUV106.8177.21186.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 48 (19.14% from 255) = 11.14%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=43.85%
G=11.14%
B=45.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal189481940.030.7500.24297.9560.3347.45
HexBD30C234B01812a3c2f
Octal2756030231130304527457
Binary1011110111000011000010111001011011000100101010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD30C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD30C2; }

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

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

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

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

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

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

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

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