#B934D0

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

Shades of Medium Orchid #B934D0

Tints of Medium Orchid #B934D0

Color information

#B934D0 (or 0xB934D0) is unknown color: approx Medium Orchid. HEX triplet: B9, 34 and D0. RGB value is (185,52,208). Sum of RGB (Red+Green+Blue) = 185+52+208=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 52 (20.70% from 255 or 11.69% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #B934D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B934D0 is #46CB2F. Grayscale: #6D6D6D. Windows color (decimal): -4639536 or 13644985. OLE color: 13644985.

HSL color Cylindrical-coordinate representation of color #B934D0: hue angle of 291.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B934D0 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18552208-
CMYK0.110.7500.18
HSL291.15º62.4%50.98%-
HSV(B)291.15º75%81.57%-
XYZ32.6217.3261.3-
YUV109.55183.56181.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 52 (20.70% from 255) = 11.69%
BLUE value IS 208 (81.64% from 255) = 46.74%
R=41.57%
G=11.69%
B=46.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185522080.110.7500.18291.1562.450.98
HexB934D0B4B0121233e33
Octal27164320131130224437663
Binary101110011101001101000010111001011010010100100011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B934D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B934D0; }

 p { color: rgb(185,52,208); }

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

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

 a { background-color: rgb(185,52,208); }

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

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

 span { border-color: rgb(185,52,208); }

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