#B051DE

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

Shades of Medium Orchid #B051DE

Tints of Medium Orchid #B051DE

Color information

#B051DE (or 0xB051DE) is unknown color: approx Medium Orchid. HEX triplet: B0, 51 and DE. RGB value is (176,81,222). Sum of RGB (Red+Green+Blue) = 176+81+222=479 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.74% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #B051DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051DE is #4FAE21. Grayscale: #7D7D7D. Windows color (decimal): -5221922 or 14569904. OLE color: 14569904.

HSL color Cylindrical-coordinate representation of color #B051DE: hue angle of 280.43º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B051DE is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17681222-
CMYK0.210.6400.13
HSL280.43º68.12%59.41%-
HSV(B)280.43º63.51%87.06%-
XYZ34.0320.3971.25-
YUV125.48182.47164.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.74%
GREEN value IS 81 (32.03% from 255) = 16.91%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=36.74%
G=16.91%
B=46.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176812220.210.6400.13280.4368.1259.41
HexB051DE15400D118443b
Octal2601213362510001543010473
Binary10110000101000111011110101011000000011011000110001000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051DE; }

 p { color: rgb(176,81,222); }

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

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

 a { background-color: rgb(176,81,222); }

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

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

 span { border-color: rgb(176,81,222); }

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