#B938E2

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

Shades of Medium Orchid #B938E2

Tints of Medium Orchid #B938E2

Color information

#B938E2 (or 0xB938E2) is unknown color: approx Medium Orchid. HEX triplet: B9, 38 and E2. RGB value is (185,56,226). Sum of RGB (Red+Green+Blue) = 185+56+226=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #B938E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B938E2 is #46C71D. Grayscale: #717171. Windows color (decimal): -4638494 or 14825657. OLE color: 14825657.

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

Color convert

RGB18556226-
CMYK0.180.7500.11
HSL285.53º74.56%55.29%-
HSV(B)285.53º75.22%88.63%-
XYZ35.1518.6373.7-
YUV113.95191.24178.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.61%
GREEN value IS 56 (22.27% from 255) = 11.99%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=39.61%
G=11.99%
B=48.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal185562260.180.7500.11285.5374.5655.29
HexB938E2124B0B11e4b37
Octal271703422211301343611367
Binary1011100111100011100010100101001011010111000111101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B938E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B938E2; }

 p { color: rgb(185,56,226); }

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

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

 a { background-color: rgb(185,56,226); }

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

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

 span { border-color: rgb(185,56,226); }

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