#BD70BE

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

Shades of Fuchsia #BD70BE

Tints of Fuchsia #BD70BE

Color information

#BD70BE (or 0xBD70BE) is unknown color: approx Fuchsia. HEX triplet: BD, 70 and BE. RGB value is (189,112,190). Sum of RGB (Red+Green+Blue) = 189+112+190=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #BD70BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD70BE is #428F41. Grayscale: #8F8F8F. Windows color (decimal): -4362050 or 12480701. OLE color: 12480701.

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

Color convert

RGB189112190-
CMYK0.010.4100.25
HSL299.23º37.5%59.22%-
HSV(B)299.23º41.05%74.51%-
XYZ36.0726.1251.86-
YUV143.92154.01160.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.49%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=38.49%
G=22.81%
B=38.70%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891121900.010.4100.25299.2337.559.22
HexBD70BE12901912b263b
Octal2751602761510314534673
Binary101111011110000101111101101001011001100101011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD70BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD70BE; }

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

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

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

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

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

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

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

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