#BD67B1

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

Shades of Fuchsia #BD67B1

Tints of Fuchsia #BD67B1

Color information

#BD67B1 (or 0xBD67B1) is unknown color: approx Fuchsia. HEX triplet: BD, 67 and B1. RGB value is (189,103,177). Sum of RGB (Red+Green+Blue) = 189+103+177=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 103 (40.62% from 255 or 21.96% from 469); Blue value is 177 (69.53% from 255 or 37.74% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BD67B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD67B1 is #42984E. Grayscale: #888888. Windows color (decimal): -4364367 or 11626429. OLE color: 11626429.

HSL color Cylindrical-coordinate representation of color #BD67B1: hue angle of 308.37º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD67B1 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB189103177-
CMYK00.460.060.26
HSL308.37º39.45%57.25%-
HSV(B)308.37º45.5%74.12%-
XYZ33.7723.6944.39-
YUV137.15150.49164.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.30%
GREEN value IS 103 (40.62% from 255) = 21.96%
BLUE value IS 177 (69.53% from 255) = 37.74%
R=40.30%
G=21.96%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910317700.460.060.26308.3739.4557.25
HexBD67B102E61A1342739
Octal2751472610566324644771
Binary10111101110011110110001010111011011010100110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67B1; }

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

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

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

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

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

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

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

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