#B73FD2

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

Shades of Medium Orchid #B73FD2

Tints of Medium Orchid #B73FD2

Color information

#B73FD2 (or 0xB73FD2) is unknown color: approx Medium Orchid. HEX triplet: B7, 3F and D2. RGB value is (183,63,210). Sum of RGB (Red+Green+Blue) = 183+63+210=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 63 (25% from 255 or 13.82% from 456); Blue value is 210 (82.42% from 255 or 46.05% from 456); Max value from RGB is 210 - color contains mainly: blue. Hex color #B73FD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FD2 is #48C02D. Grayscale: #737373. Windows color (decimal): -4767790 or 13778871. OLE color: 13778871.

HSL color Cylindrical-coordinate representation of color #B73FD2: hue angle of 288.98º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73FD2 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18363210-
CMYK0.130.7000.18
HSL288.98º62.03%53.53%-
HSV(B)288.98º70%82.35%-
XYZ32.9418.2862.76-
YUV115.64181.26176.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 63 (25% from 255) = 13.82%
BLUE value IS 210 (82.42% from 255) = 46.05%
R=40.13%
G=13.82%
B=46.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal183632100.130.7000.18288.9862.0353.53
HexB73FD2D460121213e36
Octal26777322151060224417666
Binary101101111111111101001011011000110010010100100001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73FD2; }

 p { color: rgb(183,63,210); }

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

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

 a { background-color: rgb(183,63,210); }

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

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

 span { border-color: rgb(183,63,210); }

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