#B939D7

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

Shades of Medium Orchid #B939D7

Tints of Medium Orchid #B939D7

Color information

#B939D7 (or 0xB939D7) is unknown color: approx Medium Orchid. HEX triplet: B9, 39 and D7. RGB value is (185,57,215). Sum of RGB (Red+Green+Blue) = 185+57+215=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 57 (22.66% from 255 or 12.47% from 457); Blue value is 215 (84.38% from 255 or 47.05% from 457); Max value from RGB is 215 - color contains mainly: blue. Hex color #B939D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939D7 is #46C628. Grayscale: #707070. Windows color (decimal): -4638249 or 14105017. OLE color: 14105017.

HSL color Cylindrical-coordinate representation of color #B939D7: hue angle of 288.61º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B939D7 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18557215-
CMYK0.140.7300.16
HSL288.61º66.39%53.33%-
HSV(B)288.61º73.49%84.31%-
XYZ33.7418.1566.01-
YUV113.28185.41179.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.48%
GREEN value IS 57 (22.66% from 255) = 12.47%
BLUE value IS 215 (84.38% from 255) = 47.05%
R=40.48%
G=12.47%
B=47.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal185572150.140.7300.16288.6166.3953.33
HexB939D7E490101214235
Octal271713271611102044110265
Binary1011100111100111010111111010010010100001001000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B939D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B939D7; }

 p { color: rgb(185,57,215); }

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

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

 a { background-color: rgb(185,57,215); }

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

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

 span { border-color: rgb(185,57,215); }

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