#B725DF

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

Shades of Dark Orchid #B725DF

Tints of Dark Orchid #B725DF

Color information

#B725DF (or 0xB725DF) is unknown color: approx Dark Orchid. HEX triplet: B7, 25 and DF. RGB value is (183,37,223). Sum of RGB (Red+Green+Blue) = 183+37+223=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #B725DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B725DF is #48DA20. Grayscale: #656565. Windows color (decimal): -4774433 or 14624183. OLE color: 14624183.

HSL color Cylindrical-coordinate representation of color #B725DF: hue angle of 287.1º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B725DF is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18337223-
CMYK0.180.8300.13
HSL287.1º74.4%50.98%-
HSV(B)287.1º83.41%87.45%-
XYZ33.5116.7271.27-
YUV101.86196.37185.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.31%
GREEN value IS 37 (14.84% from 255) = 8.35%
BLUE value IS 223 (87.5% from 255) = 50.34%
R=41.31%
G=8.35%
B=50.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183372230.180.8300.13287.174.450.98
HexB725DF12530D11f4a33
Octal267453372212301543711263
Binary1011011110010111011111100101010011011011000111111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B725DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B725DF; }

 p { color: rgb(183,37,223); }

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

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

 a { background-color: rgb(183,37,223); }

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

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

 span { border-color: rgb(183,37,223); }

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