#B937CD

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

Shades of Medium Orchid #B937CD

Tints of Medium Orchid #B937CD

Color information

#B937CD (or 0xB937CD) is unknown color: approx Medium Orchid. HEX triplet: B9, 37 and CD. RGB value is (185,55,205). Sum of RGB (Red+Green+Blue) = 185+55+205=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #B937CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B937CD is #46C832. Grayscale: #6E6E6E. Windows color (decimal): -4638771 or 13449145. OLE color: 13449145.

HSL color Cylindrical-coordinate representation of color #B937CD: hue angle of 292º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B937CD is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18555205-
CMYK0.100.7300.20
HSL292º60%50.98%-
HSV(B)292º73.17%80.39%-
XYZ32.3917.4559.42-
YUV110.97181.07180.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 55 (21.88% from 255) = 12.36%
BLUE value IS 205 (80.47% from 255) = 46.07%
R=41.57%
G=12.36%
B=46.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185552050.100.7300.202926050.98
HexB937CDA490141243c33
Octal27167315121110244447463
Binary101110011101111100110110101001001010100100100100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B937CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B937CD; }

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

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

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

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

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

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

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

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