#B73CEA

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

Shades of Medium Orchid #B73CEA

Tints of Medium Orchid #B73CEA

Color information

#B73CEA (or 0xB73CEA) is unknown color: approx Medium Orchid. HEX triplet: B7, 3C and EA. RGB value is (183,60,234). Sum of RGB (Red+Green+Blue) = 183+60+234=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 60 (23.83% from 255 or 12.58% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #B73CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CEA is #48C315. Grayscale: #747474. Windows color (decimal): -4768534 or 15350967. OLE color: 15350967.

HSL color Cylindrical-coordinate representation of color #B73CEA: hue angle of 282.41º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73CEA is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18360234-
CMYK0.220.7400.08
HSL282.41º80.56%57.65%-
HSV(B)282.41º74.36%91.76%-
XYZ3619.2479.66-
YUV116.61194.25175.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 60 (23.83% from 255) = 12.58%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=38.36%
G=12.58%
B=49.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal183602340.220.7400.08282.4180.5657.65
HexB73CEA164A0811a513a
Octal267743522611201043212172
Binary1011011111110011101010101101001010010001000110101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B73CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B73CEA; }

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

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

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

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

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

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

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

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