#B93FC9

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

Shades of Medium Orchid #B93FC9

Tints of Medium Orchid #B93FC9

Color information

#B93FC9 (or 0xB93FC9) is unknown color: approx Medium Orchid. HEX triplet: B9, 3F and C9. RGB value is (185,63,201). Sum of RGB (Red+Green+Blue) = 185+63+201=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 201 (78.91% from 255 or 44.77% from 449); Max value from RGB is 201 - color contains mainly: blue. Hex color #B93FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93FC9 is #46C036. Grayscale: #727272. Windows color (decimal): -4636727 or 13189049. OLE color: 13189049.

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

Color convert

RGB18563201-
CMYK0.080.6900.21
HSL293.04º56.1%51.76%-
HSV(B)293.04º68.66%78.82%-
XYZ32.3318.0957.05-
YUV115.21176.42177.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.20%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 201 (78.91% from 255) = 44.77%
R=41.20%
G=14.03%
B=44.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal185632010.080.6900.21293.0456.151.76
HexB93FC98450151253834
Octal27177311101050254457064
Binary101110011111111100100110001000101010101100100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93FC9; }

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

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

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

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

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

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

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

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