#B73DE4

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

Shades of Medium Orchid #B73DE4

Tints of Medium Orchid #B73DE4

Color information

#B73DE4 (or 0xB73DE4) is unknown color: approx Medium Orchid. HEX triplet: B7, 3D and E4. RGB value is (183,61,228). Sum of RGB (Red+Green+Blue) = 183+61+228=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 61 (24.22% from 255 or 12.92% from 472); Blue value is 228 (89.45% from 255 or 48.31% from 472); Max value from RGB is 228 - color contains mainly: blue. Hex color #B73DE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DE4 is #48C21B. Grayscale: #737373. Windows color (decimal): -4768284 or 14958007. OLE color: 14958007.

HSL color Cylindrical-coordinate representation of color #B73DE4: hue angle of 283.83º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73DE4 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18361228-
CMYK0.200.7300.11
HSL283.83º75.57%56.67%-
HSV(B)283.83º73.25%89.41%-
XYZ35.219.0175.21-
YUV116.52190.92175.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 61 (24.22% from 255) = 12.92%
BLUE value IS 228 (89.45% from 255) = 48.31%
R=38.77%
G=12.92%
B=48.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal183612280.200.7300.11283.8375.5756.67
HexB73DE414490B11c4c39
Octal267753442411101343411471
Binary1011011111110111100100101001001001010111000111001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73DE4; }

 p { color: rgb(183,61,228); }

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

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

 a { background-color: rgb(183,61,228); }

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

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

 span { border-color: rgb(183,61,228); }

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