#B425BD

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

Shades of Dark Orchid #B425BD

Tints of Dark Orchid #B425BD

Color information

#B425BD (or 0xB425BD) is unknown color: approx Dark Orchid. HEX triplet: B4, 25 and BD. RGB value is (180,37,189). Sum of RGB (Red+Green+Blue) = 180+37+189=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 37 (14.84% from 255 or 9.11% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #B425BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B425BD is #4BDA42. Grayscale: #606060. Windows color (decimal): -4971075 or 12395956. OLE color: 12395956.

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

Color convert

RGB18037189-
CMYK0.050.8000.26
HSL296.45º67.26%44.31%-
HSV(B)296.45º80.42%74.12%-
XYZ28.6714.749.47-
YUV97.08179.88187.14-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 37 (14.84% from 255) = 9.11%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=44.33%
G=9.11%
B=46.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180371890.050.8000.26296.4567.2644.31
HexB425BD55001A128432c
Octal26445275512003245010354
Binary101101001001011011110110110100000110101001010001000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B425BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B425BD; }

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

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

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

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

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

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

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

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