#b93bcf

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

Shades of Medium Orchid #B93BCF

Tints of Medium Orchid #B93BCF

Color information

#B93BCF (or 0xB93BCF) is unknown color: approx Medium Orchid. HEX triplet: B9, 3B and CF. RGB value is (185,59,207). Sum of RGB (Red+Green+Blue) = 185+59+207=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #B93BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BCF is #46C430. Grayscale: #717171. Windows color (decimal): -4637745 or 13581241. OLE color: 13581241.

HSL color Cylindrical-coordinate representation of color #B93BCF: hue angle of 291.08º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B93BCF is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18559207-
CMYK0.110.7100.19
HSL291.08º60.66%52.16%-
HSV(B)291.08º71.5%81.18%-
XYZ32.8317.9560.77-
YUV113.55180.74178.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.02%
GREEN value IS 59 (23.44% from 255) = 13.08%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=41.02%
G=13.08%
B=45.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185592070.110.7100.19291.0860.6652.16
HexB93BCFB470131233d34
Octal27173317131070234437564
Binary101110011110111100111110111000111010011100100011111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93bcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93bcf; }

 p { color: rgb(185,59,207); }

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

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

 a { background-color: rgb(185,59,207); }

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

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

 span { border-color: rgb(185,59,207); }

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