#B051CD

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

Shades of Medium Orchid #B051CD

Tints of Medium Orchid #B051CD

Color information

#B051CD (or 0xB051CD) is unknown color: approx Medium Orchid. HEX triplet: B0, 51 and CD. RGB value is (176,81,205). Sum of RGB (Red+Green+Blue) = 176+81+205=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 81 (32.03% from 255 or 17.53% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #B051CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B051CD is #4FAE32. Grayscale: #7B7B7B. Windows color (decimal): -5221939 or 13455792. OLE color: 13455792.

HSL color Cylindrical-coordinate representation of color #B051CD: hue angle of 285.97º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B051CD is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17681205-
CMYK0.140.6000.20
HSL285.97º55.36%56.08%-
HSV(B)285.97º60.49%80.39%-
XYZ31.8719.5259.85-
YUV123.54173.97165.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 81 (32.03% from 255) = 17.53%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=38.10%
G=17.53%
B=44.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176812050.140.6000.20285.9755.3656.08
HexB051CDE3C01411e3738
Octal26012131516740244366770
Binary101100001010001110011011110111100010100100011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B051CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B051CD; }

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

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

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

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

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

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

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

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