#B937CA

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

Shades of Medium Orchid #B937CA

Tints of Medium Orchid #B937CA

Color information

#B937CA (or 0xB937CA) is unknown color: approx Medium Orchid. HEX triplet: B9, 37 and CA. RGB value is (185,55,202). Sum of RGB (Red+Green+Blue) = 185+55+202=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 55 (21.88% from 255 or 12.44% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #B937CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937CA is #46C835. Grayscale: #6E6E6E. Windows color (decimal): -4638774 or 13252537. OLE color: 13252537.

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

Color convert

RGB18555202-
CMYK0.080.7300.21
HSL293.06º58.1%50.39%-
HSV(B)293.06º72.77%79.22%-
XYZ32.0317.3157.53-
YUV110.63179.57181.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 55 (21.88% from 255) = 12.44%
BLUE value IS 202 (79.30% from 255) = 45.70%
R=41.86%
G=12.44%
B=45.70%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185552020.080.7300.21293.0658.150.39
HexB937CA8490151253a32
Octal27167312101110254457262
Binary101110011101111100101010001001001010101100100101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B937CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B937CA; }

 p { color: rgb(185,55,202); }

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

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

 a { background-color: rgb(185,55,202); }

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

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

 span { border-color: rgb(185,55,202); }

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