#B73CE5

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

Shades of Medium Orchid #B73CE5

Tints of Medium Orchid #B73CE5

Color information

#B73CE5 (or 0xB73CE5) is unknown color: approx Medium Orchid. HEX triplet: B7, 3C and E5. RGB value is (183,60,229). Sum of RGB (Red+Green+Blue) = 183+60+229=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 60 (23.83% from 255 or 12.71% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #B73CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CE5 is #48C31A. Grayscale: #737373. Windows color (decimal): -4768539 or 15023287. OLE color: 15023287.

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

Color convert

RGB18360229-
CMYK0.200.7400.10
HSL283.67º76.47%56.67%-
HSV(B)283.67º73.8%89.8%-
XYZ35.2918.9675.93-
YUV116.04191.75175.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.77%
GREEN value IS 60 (23.83% from 255) = 12.71%
BLUE value IS 229 (89.84% from 255) = 48.52%
R=38.77%
G=12.71%
B=48.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal183602290.200.7400.10283.6776.4756.67
HexB73CE5144A0A11c4c39
Octal267743452411201243411471
Binary1011011111110011100101101001001010010101000111001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CE5; }

 p { color: rgb(183,60,229); }

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

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

 a { background-color: rgb(183,60,229); }

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

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

 span { border-color: rgb(183,60,229); }

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