#B425BA

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

Shades of Dark Orchid #B425BA

Tints of Dark Orchid #B425BA

Color information

#B425BA (or 0xB425BA) is unknown color: approx Dark Orchid. HEX triplet: B4, 25 and BA. RGB value is (180,37,186). Sum of RGB (Red+Green+Blue) = 180+37+186=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #B425BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425BA is #4BDA45. Grayscale: #606060. Windows color (decimal): -4971078 or 12199348. OLE color: 12199348.

HSL color Cylindrical-coordinate representation of color #B425BA: hue angle of 297.58º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B425BA is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18037186-
CMYK0.030.8000.27
HSL297.58º66.82%43.73%-
HSV(B)297.58º80.11%72.94%-
XYZ28.3514.5747.77-
YUV96.74178.38187.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 37 (14.84% from 255) = 9.18%
BLUE value IS 186 (73.05% from 255) = 46.15%
R=44.67%
G=9.18%
B=46.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180371860.030.8000.27297.5866.8243.73
HexB425BA35001B12a432c
Octal26445272312003345210354
Binary10110100100101101110101110100000110111001010101000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B425BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B425BA; }

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

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

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

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

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

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

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

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