#B921D8

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

Shades of Dark Orchid #B921D8

Tints of Dark Orchid #B921D8

Color information

#B921D8 (or 0xB921D8) is unknown color: approx Dark Orchid. HEX triplet: B9, 21 and D8. RGB value is (185,33,216). Sum of RGB (Red+Green+Blue) = 185+33+216=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #B921D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B921D8 is #46DE27. Grayscale: #626262. Windows color (decimal): -4644392 or 14164409. OLE color: 14164409.

HSL color Cylindrical-coordinate representation of color #B921D8: hue angle of 289.84º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B921D8 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18533216-
CMYK0.140.8500.15
HSL289.84º73.49%48.82%-
HSV(B)289.84º84.72%84.71%-
XYZ32.9516.3666.39-
YUV99.31193.86189.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 33 (13.28% from 255) = 7.60%
BLUE value IS 216 (84.77% from 255) = 49.77%
R=42.63%
G=7.60%
B=49.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185332160.140.8500.15289.8473.4948.82
HexB921D8E550F1224931
Octal271413301612501744211161
Binary101110011000011101100011101010101011111001000101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B921D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B921D8; }

 p { color: rgb(185,33,216); }

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

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

 a { background-color: rgb(185,33,216); }

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

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

 span { border-color: rgb(185,33,216); }

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