#B325B7

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

Shades of Dark Orchid #B325B7

Tints of Dark Orchid #B325B7

Color information

#B325B7 (or 0xB325B7) is unknown color: approx Dark Orchid. HEX triplet: B3, 25 and B7. RGB value is (179,37,183). Sum of RGB (Red+Green+Blue) = 179+37+183=399 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.86% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #B325B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B325B7 is #4CDA48. Grayscale: #5F5F5F. Windows color (decimal): -5036617 or 12002739. OLE color: 12002739.

HSL color Cylindrical-coordinate representation of color #B325B7: hue angle of 298.36º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B325B7 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17937183-
CMYK0.020.8000.28
HSL298.36º66.36%43.14%-
HSV(B)298.36º79.78%71.76%-
XYZ27.814.3346.1-
YUV96.1177.04187.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.86%
GREEN value IS 37 (14.84% from 255) = 9.27%
BLUE value IS 183 (71.88% from 255) = 45.86%
R=44.86%
G=9.27%
B=45.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179371830.020.8000.28298.3666.3643.14
HexB325B725001C12a422b
Octal26345267212003445210253
Binary10110011100101101101111010100000111001001010101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B325B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B325B7; }

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

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

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

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

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

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

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

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