#BD35B6

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

Shades of Fuchsia #BD35B6

Tints of Fuchsia #BD35B6

Color information

#BD35B6 (or 0xBD35B6) is unknown color: approx Fuchsia. HEX triplet: BD, 35 and B6. RGB value is (189,53,182). Sum of RGB (Red+Green+Blue) = 189+53+182=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 53 (21.09% from 255 or 12.5% from 424); Blue value is 182 (71.48% from 255 or 42.92% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD35B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD35B6 is #42CA49. Grayscale: #6B6B6B. Windows color (decimal): -4377162 or 11941309. OLE color: 11941309.

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

Color convert

RGB18953182-
CMYK00.720.040.26
HSL303.09º56.2%47.45%-
HSV(B)303.09º71.96%74.12%-
XYZ30.716.7445.87-
YUV108.37169.56185.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 53 (21.09% from 255) = 12.5%
BLUE value IS 182 (71.48% from 255) = 42.92%
R=44.58%
G=12.5%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895318200.720.040.26303.0956.247.45
HexBD35B604841A12f382f
Octal2756526601104324577057
Binary10111101110101101101100100100010011010100101111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD35B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD35B6; }

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

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

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

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

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

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

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

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