#B73ACC

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

Shades of Medium Orchid #B73ACC

Tints of Medium Orchid #B73ACC

Color information

#B73ACC (or 0xB73ACC) is unknown color: approx Medium Orchid. HEX triplet: B7, 3A and CC. RGB value is (183,58,204). Sum of RGB (Red+Green+Blue) = 183+58+204=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #B73ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ACC is #48C533. Grayscale: #6F6F6F. Windows color (decimal): -4769076 or 13384375. OLE color: 13384375.

HSL color Cylindrical-coordinate representation of color #B73ACC: hue angle of 291.37º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73ACC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18358204-
CMYK0.100.7200.2
HSL291.37º58.87%51.37%-
HSV(B)291.37º71.57%80%-
XYZ31.9417.4558.81-
YUV112.02179.91178.63-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.12%
GREEN value IS 58 (23.05% from 255) = 13.03%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=41.12%
G=13.03%
B=45.84%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183582040.100.7200.2291.3758.8751.37
HexB73ACCA480141233b33
Octal26772314121100244437363
Binary101101111110101100110010101001000010100100100011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73ACC; }

 p { color: rgb(183,58,204); }

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

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

 a { background-color: rgb(183,58,204); }

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

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

 span { border-color: rgb(183,58,204); }

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