#B939C9

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

Shades of Medium Orchid #B939C9

Tints of Medium Orchid #B939C9

Color information

#B939C9 (or 0xB939C9) is unknown color: approx Medium Orchid. HEX triplet: B9, 39 and C9. RGB value is (185,57,201). Sum of RGB (Red+Green+Blue) = 185+57+201=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 57 (22.66% from 255 or 12.87% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #B939C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B939C9 is #46C636. Grayscale: #6F6F6F. Windows color (decimal): -4638263 or 13187513. OLE color: 13187513.

HSL color Cylindrical-coordinate representation of color #B939C9: hue angle of 293.33º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B939C9 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18557201-
CMYK0.080.7200.21
HSL293.33º57.14%50.59%-
HSV(B)293.33º71.64%78.82%-
XYZ32.0117.4656.94-
YUV111.69178.41180.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.76%
GREEN value IS 57 (22.66% from 255) = 12.87%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=41.76%
G=12.87%
B=45.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185572010.080.7200.21293.3357.1450.59
HexB939C98480151253933
Octal27171311101100254457163
Binary101110011110011100100110001001000010101100100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B939C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B939C9; }

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

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

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

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

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

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

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

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