#B428B9

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

Shades of Dark Orchid #B428B9

Tints of Dark Orchid #B428B9

Color information

#B428B9 (or 0xB428B9) is unknown color: approx Dark Orchid. HEX triplet: B4, 28 and B9. RGB value is (180,40,185). Sum of RGB (Red+Green+Blue) = 180+40+185=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 40 (16.02% from 255 or 9.88% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #B428B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B428B9 is #4BD746. Grayscale: #616161. Windows color (decimal): -4970311 or 12134580. OLE color: 12134580.

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

Color convert

RGB18040185-
CMYK0.030.7800.27
HSL297.93º64.44%44.12%-
HSV(B)297.93º78.38%72.55%-
XYZ28.3414.7247.25-
YUV98.39176.88186.21-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 40 (16.02% from 255) = 9.88%
BLUE value IS 185 (72.66% from 255) = 45.68%
R=44.44%
G=9.88%
B=45.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180401850.030.7800.27297.9364.4444.12
HexB428B934E01B12a402c
Octal26450271311603345210054
Binary10110100101000101110011110011100110111001010101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B428B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B428B9; }

 p { color: rgb(180,40,185); }

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

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

 a { background-color: rgb(180,40,185); }

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

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

 span { border-color: rgb(180,40,185); }

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