#B93DCD

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

Shades of Medium Orchid #B93DCD

Tints of Medium Orchid #B93DCD

Color information

#B93DCD (or 0xB93DCD) is unknown color: approx Medium Orchid. HEX triplet: B9, 3D and CD. RGB value is (185,61,205). Sum of RGB (Red+Green+Blue) = 185+61+205=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #B93DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DCD is #46C232. Grayscale: #727272. Windows color (decimal): -4637235 or 13450681. OLE color: 13450681.

HSL color Cylindrical-coordinate representation of color #B93DCD: hue angle of 291.67º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93DCD is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18561205-
CMYK0.100.7000.20
HSL291.67º59.02%52.16%-
HSV(B)291.67º70.24%80.39%-
XYZ32.718.0659.52-
YUV114.49179.08178.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 61 (24.22% from 255) = 13.53%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=41.02%
G=13.53%
B=45.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185612050.100.7000.20291.6759.0252.16
HexB93DCDA460141243b34
Octal27175315121060244447364
Binary101110011111011100110110101000110010100100100100111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DCD; }

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

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

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

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

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

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

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

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