#BD34B7

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

Shades of Fuchsia #BD34B7

Tints of Fuchsia #BD34B7

Color information

#BD34B7 (or 0xBD34B7) is unknown color: approx Fuchsia. HEX triplet: BD, 34 and B7. RGB value is (189,52,183). Sum of RGB (Red+Green+Blue) = 189+52+183=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 52 (20.70% from 255 or 12.26% from 424); Blue value is 183 (71.88% from 255 or 43.16% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD34B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34B7 is #42CB48. Grayscale: #6B6B6B. Windows color (decimal): -4377417 or 12006589. OLE color: 12006589.

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

Color convert

RGB18952183-
CMYK00.720.030.26
HSL302.63º56.85%47.25%-
HSV(B)302.63º72.49%74.12%-
XYZ30.7616.6946.4-
YUV107.9170.39185.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.58%
GREEN value IS 52 (20.70% from 255) = 12.26%
BLUE value IS 183 (71.88% from 255) = 43.16%
R=44.58%
G=12.26%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1895218300.720.030.26302.6356.8547.25
HexBD34B704831A12f392f
Octal2756426701103324577157
Binary1011110111010010110111010010001111010100101111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD34B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD34B7; }

 p { color: rgb(189,52,183); }

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

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

 a { background-color: rgb(189,52,183); }

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

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

 span { border-color: rgb(189,52,183); }

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