#BD70C6

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

Shades of Fuchsia #BD70C6

Tints of Fuchsia #BD70C6

Color information

#BD70C6 (or 0xBD70C6) is unknown color: approx Fuchsia. HEX triplet: BD, 70 and C6. RGB value is (189,112,198). Sum of RGB (Red+Green+Blue) = 189+112+198=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 112 (44.14% from 255 or 22.44% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #BD70C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70C6 is #428F39. Grayscale: #909090. Windows color (decimal): -4362042 or 13004989. OLE color: 13004989.

HSL color Cylindrical-coordinate representation of color #BD70C6: hue angle of 293.72º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD70C6 is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189112198-
CMYK0.050.4300.22
HSL293.72º43%60.78%-
HSV(B)293.72º43.43%77.65%-
XYZ36.9726.4856.59-
YUV144.83158.01159.51-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 112 (44.14% from 255) = 22.44%
BLUE value IS 198 (77.73% from 255) = 39.68%
R=37.88%
G=22.44%
B=39.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891121980.050.4300.22293.724360.78
HexBD70C652B0161262b3d
Octal2751603065530264465375
Binary10111101111000011000110101101011010110100100110101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD70C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD70C6; }

 p { color: rgb(189,112,198); }

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

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

 a { background-color: rgb(189,112,198); }

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

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

 span { border-color: rgb(189,112,198); }

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