#B425B5

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

Shades of Dark Orchid #B425B5

Tints of Dark Orchid #B425B5

Color information

#B425B5 (or 0xB425B5) is unknown color: approx Dark Orchid. HEX triplet: B4, 25 and B5. RGB value is (180,37,181). Sum of RGB (Red+Green+Blue) = 180+37+181=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 181 (71.09% from 255 or 45.48% from 398); Max value from RGB is 181 - color contains mainly: blue. Hex color #B425B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425B5 is #4BDA4A. Grayscale: #5F5F5F. Windows color (decimal): -4971083 or 11871668. OLE color: 11871668.

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

Color convert

RGB18037181-
CMYK0.010.8000.29
HSL299.58º66.06%42.75%-
HSV(B)299.58º79.56%70.98%-
XYZ27.8214.3645.02-
YUV96.17175.88187.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 37 (14.84% from 255) = 9.30%
BLUE value IS 181 (71.09% from 255) = 45.48%
R=45.23%
G=9.30%
B=45.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180371810.010.8000.29299.5866.0642.75
HexB425B515001D12c422b
Octal26445265112003545410253
Binary1011010010010110110101110100000111011001011001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B425B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B425B5; }

 p { color: rgb(180,37,181); }

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

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

 a { background-color: rgb(180,37,181); }

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

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

 span { border-color: rgb(180,37,181); }

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