#BD35BA

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

Shades of Fuchsia #BD35BA

Tints of Fuchsia #BD35BA

Color information

#BD35BA (or 0xBD35BA) is unknown color: approx Fuchsia. HEX triplet: BD, 35 and BA. RGB value is (189,53,186). Sum of RGB (Red+Green+Blue) = 189+53+186=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 53 (21.09% from 255 or 12.38% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD35BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35BA is #42CA45. Grayscale: #6C6C6C. Windows color (decimal): -4377158 or 12203453. OLE color: 12203453.

HSL color Cylindrical-coordinate representation of color #BD35BA: hue angle of 301.32º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD35BA is Cyan = 0, Magento = 0.72, Yellow = 0.02 and Black (K on CMYK) = 0.26.

Color convert

RGB18953186-
CMYK00.720.020.26
HSL301.32º56.2%47.45%-
HSV(B)301.32º71.96%74.12%-
XYZ31.1216.9148.08-
YUV108.83171.56185.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.16%
GREEN value IS 53 (21.09% from 255) = 12.38%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=44.16%
G=12.38%
B=43.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895318600.720.020.26301.3256.247.45
HexBD35BA04821A12d382f
Octal2756527201102324557057
Binary1011110111010110111010010010001011010100101101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD35BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD35BA; }

 p { color: rgb(189,53,186); }

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

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

 a { background-color: rgb(189,53,186); }

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

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

 span { border-color: rgb(189,53,186); }

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