#B73BCF

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

Shades of Medium Orchid #B73BCF

Tints of Medium Orchid #B73BCF

Color information

#B73BCF (or 0xB73BCF) is unknown color: approx Medium Orchid. HEX triplet: B7, 3B and CF. RGB value is (183,59,207). Sum of RGB (Red+Green+Blue) = 183+59+207=449 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.76% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #B73BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BCF is #48C430. Grayscale: #707070. Windows color (decimal): -4768817 or 13581239. OLE color: 13581239.

HSL color Cylindrical-coordinate representation of color #B73BCF: hue angle of 290.27º 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 #B73BCF is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18359207-
CMYK0.120.7100.19
HSL290.27º60.66%52.16%-
HSV(B)290.27º71.5%81.18%-
XYZ32.3517.760.74-
YUV112.95181.08177.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.76%
GREEN value IS 59 (23.44% from 255) = 13.14%
BLUE value IS 207 (81.25% from 255) = 46.10%
R=40.76%
G=13.14%
B=46.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183592070.120.7100.19290.2760.6652.16
HexB73BCFC470131223d34
Octal26773317141070234427564
Binary101101111110111100111111001000111010011100100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73BCF; }

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

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

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

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

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

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

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

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