#BD67C0

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

Shades of Fuchsia #BD67C0

Tints of Fuchsia #BD67C0

Color information

#BD67C0 (or 0xBD67C0) is unknown color: approx Fuchsia. HEX triplet: BD, 67 and C0. RGB value is (189,103,192). Sum of RGB (Red+Green+Blue) = 189+103+192=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 192 (75.39% from 255 or 39.67% from 484); Max value from RGB is 192 - color contains mainly: blue. Hex color #BD67C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67C0 is #42983F. Grayscale: #8A8A8A. Windows color (decimal): -4364352 or 12609469. OLE color: 12609469.

HSL color Cylindrical-coordinate representation of color #BD67C0: hue angle of 297.98º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD67C0 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB189103192-
CMYK0.020.4600.25
HSL297.98º41.4%57.84%-
HSV(B)297.98º46.35%75.29%-
XYZ35.3524.3352.7-
YUV138.86157.99163.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 103 (40.62% from 255) = 21.28%
BLUE value IS 192 (75.39% from 255) = 39.67%
R=39.05%
G=21.28%
B=39.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891031920.020.4600.25297.9841.457.84
HexBD67C022E01912a293a
Octal2751473002560314525172
Binary1011110111001111100000010101110011001100101010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD67C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD67C0; }

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

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

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

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

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

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

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

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